Skip to content

Commit

Permalink
Merge pull request #65 from circonus-labs/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-go-5

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
maier committed Dec 7, 2023
2 parents 05dca72 + c48f481 commit 87428da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- uses: actions/checkout@v4
Expand Down

0 comments on commit 87428da

Please sign in to comment.