Skip to content

Commit

Permalink
chore: upgrade golang lint
Browse files Browse the repository at this point in the history
  • Loading branch information
moncho committed Oct 25, 2021
1 parent 9e2a519 commit 1a7e52b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Test
run: make test
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.27
version: v1.29
# Optional: golangci-lint command line arguments.
# args: --timeout=20m
# Optional: show only new issues if it's a pull request. The default value is `false`.
Expand Down

0 comments on commit 1a7e52b

Please sign in to comment.