We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0a7c7 commit 25f0b3cCopy full SHA for 25f0b3c
.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