Bump golangci/golangci-lint-action from 2 to 3.1.0 (#72)

This commit is contained in:
dependabot[bot] 2022-03-04 05:43:59 +00:00 committed by GitHub
parent 8d24125eee
commit 94b6af6d53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,8 +24,11 @@ jobs: # Docs: <https://git.io/JvxXE>
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with: {go-version: 1.17}
- name: Run linter
uses: golangci/golangci-lint-action@v2 # Action page: <https://github.com/golangci/golangci-lint-action>
uses: golangci/golangci-lint-action@v3 # Action page: <https://github.com/golangci/golangci-lint-action>
with:
version: v1.44 # without patch version
only-new-issues: false # show only new issues if it's a pull request