Skip to content

Commit f46e609

Browse files
authored
Merge pull request #366 from blinklabs-io/chore/ci-update-golangci-lint
chore(ci): update golangci-lint
2 parents d46ac2a + 68d908a commit f46e609

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ jobs:
2727
uses: golangci/golangci-lint-action@v3
2828
with:
2929
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
30-
version: v1.51.2 # current version at time of commit
30+
version: v1.53.3 # current version at time of commit
3131
args: --timeout 10m
32+
only-new-issues: true

0 commit comments

Comments
 (0)