Skip to content

Commit

Permalink
Merge pull request #57 from blinklabs-io/chore/ci-update-golangci-lint
Browse files Browse the repository at this point in the history
chore(ci): update golangci-lint
  • Loading branch information
wolf31o2 authored Aug 8, 2023
2 parents 81434cb + b1963ad commit e55afc7
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 e55afc7

Please sign in to comment.