We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b4455 commit 38ee035Copy full SHA for 38ee035
1 file changed
.github/workflows/checks.yaml
@@ -37,7 +37,7 @@ jobs:
37
- name: Lint
38
uses: golangci/golangci-lint-action@9fae48acfc02a90574d7c304a1758ef9895495fa # v7.0.1
39
with:
40
- version: v2.0
+ version: latest
41
args: --timeout=10m
42
- name: Test
43
run: go test -p 1 -v ./...
0 commit comments