Skip to content

Commit

Permalink
Merge pull request #124 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 341ec99 + c00dcb6 commit f3c1715
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1 # current version at time of commit
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 f3c1715

Please sign in to comment.