Skip to content

Commit e55afc7

Browse files
authored
Merge pull request #57 from blinklabs-io/chore/ci-update-golangci-lint
chore(ci): update golangci-lint
2 parents 81434cb + b1963ad commit e55afc7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ 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
33-
# Optional: golangci-lint command line arguments.
34-
# args: --issues-exit-code=0
32+
version: v1.53.3 # current version at time of commit
33+
args: --timeout 10m
3534
only-new-issues: true
3635
- name: go-test
3736
run: go test ./...

0 commit comments

Comments
 (0)