We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24b35b6 + 1cada06 commit 182fea9Copy full SHA for 182fea9
.github/workflows/ci.yaml
@@ -49,7 +49,7 @@ jobs:
49
go test -json -v ./... 2>&1 | tee /tmp/gotest.log | gotestfmt
50
51
- name: golangci-lint
52
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v6
53
with:
54
args: "--timeout=2m"
55
skip-pkg-cache: true
0 commit comments