Skip to content

Commit

Permalink
Merge pull request #46 from loafoe/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-go-5

Bump actions/setup-go from 3 to 5
  • Loading branch information
loafoe authored Aug 9, 2024
2 parents 9a4c424 + d5de261 commit b42b2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: '^1.18.0'
- name: golangci-lint
Expand Down

0 comments on commit b42b2e1

Please sign in to comment.