We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2631c5f commit 3bb62b0Copy full SHA for 3bb62b0
.github/workflows/check.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Check
47
run: make test
48
- name: golangci-lint
49
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
50
with:
51
version: v1.64
52
args: --timeout=5m
0 commit comments