Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 4 to 5 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent a3026c2 commit 95c1667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
token: ${{ secrets.ORGANIZATION_ACTIONS_TOKEN }}
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.22.5'
- name: Run go mod tidy in benchmarks directory
Expand Down

0 comments on commit 95c1667

Please sign in to comment.