Skip to content

Commit

Permalink
build: update to v3 of golangci-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Aug 3, 2022
1 parent cedaa5f commit 5a5ee9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -229,7 +229,7 @@ jobs:
uses: actions/checkout@v2

- name: Code quality test
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
Expand Down

0 comments on commit 5a5ee9d

Please sign in to comment.