Skip to content

Commit 4035e52

Browse files
authored
Merge pull request #17 from blinklabs-io/chore/ci-update-golangci-lint
chore(ci): update golangci-lint
2 parents b168482 + 5f44cae commit 4035e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: golangci-lint
3030
uses: golangci/golangci-lint-action@v3
3131
with:
32-
version: v1.50.1 # current version at time of commit
32+
version: v1.53.3 # current version at time of commit
3333
args: --timeout=10m
3434
only-new-issues: true
3535
- name: go-test

0 commit comments

Comments
 (0)