Skip to content

Commit

Permalink
chore(ci): update golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 committed Aug 7, 2023
1 parent 3c98939 commit d71451d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1 # current version at time of commit
# Optional: golangci-lint command line arguments.
# args: --issues-exit-code=0
version: v1.53.3 # current version at time of commit
args: --timeout 10m
only-new-issues: true
- name: go-test
run: go test ./...

0 comments on commit d71451d

Please sign in to comment.