Skip to content

Commit

Permalink
Merge pull request #366 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 d46ac2a + 68d908a commit f46e609
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 @@ -27,5 +27,6 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.51.2 # current version at time of commit
version: v1.53.3 # current version at time of commit
args: --timeout 10m
only-new-issues: true

0 comments on commit f46e609

Please sign in to comment.