Skip to content

Commit

Permalink
chore: update golangci-lint version to latest
Browse files Browse the repository at this point in the history
- Update the version of golangci-lint from `v1.49.0` to `latest`

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Sep 6, 2023
1 parent 018ec49 commit 1669c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0
version: latest
args: --verbose
test:
strategy:
Expand Down

0 comments on commit 1669c2c

Please sign in to comment.