Skip to content

Commit

Permalink
chore: update golangci-lint-action version to v6
Browse files Browse the repository at this point in the history
- Update the version of the golangci-lint-action from v4 to v6

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed May 7, 2024
1 parent 8ff2ac8 commit b7c421c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
go-version-file: "go.mod"
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
args: --verbose
test:
Expand Down

0 comments on commit b7c421c

Please sign in to comment.