Skip to content

Commit

Permalink
Merge pull request #7 from circonus-labs/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-go-3

build(deps): bump actions/setup-go from 2 to 3
  • Loading branch information
maier authored May 23, 2022
2 parents de78592 + fdc8510 commit a640bba
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@v2
- uses: actions/setup-go@v3
with:
stable: true
go-version: 1.16.x
Expand Down

0 comments on commit a640bba

Please sign in to comment.