We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b168482 commit 5f44caeCopy full SHA for 5f44cae
.github/workflows/golangci-lint.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: golangci-lint
30
uses: golangci/golangci-lint-action@v3
31
with:
32
- version: v1.50.1 # current version at time of commit
+ version: v1.53.3 # current version at time of commit
33
args: --timeout=10m
34
only-new-issues: true
35
- name: go-test
0 commit comments