Skip to content

Commit

Permalink
Merge pull request #81 from cpuguy83/dependabot/github_actions/golang…
Browse files Browse the repository at this point in the history
…ci/golangci-lint-action-3.1.0

Bump golangci/golangci-lint-action from 2 to 3.1.0
  • Loading branch information
cpuguy83 committed Mar 8, 2022
2 parents 623449e + f79f718 commit 3fb8c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v2
- uses: golangci/golangci-lint-action@v3.1.0
with:
# must be specified without patch version
version: v1.41

0 comments on commit 3fb8c13

Please sign in to comment.