We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b0981 commit f18929cCopy full SHA for f18929c
.github/workflows/lint.yml
@@ -29,7 +29,7 @@ jobs:
29
go mod verify
30
go mod download
31
32
- LINT_VERSION=1.34.1
+ LINT_VERSION=1.39.0
33
curl -fsSL https://github.com/golangci/golangci-lint/releases/download/v${LINT_VERSION}/golangci-lint-${LINT_VERSION}-linux-amd64.tar.gz | \
34
tar xz --strip-components 1 --wildcards \*/golangci-lint
35
mkdir -p bin && mv golangci-lint bin/
@@ -50,6 +50,6 @@ jobs:
50
assert-nothing-changed go fmt ./...
51
assert-nothing-changed go mod tidy
52
53
- bin/golangci-lint run --out-format github-actions || STATUS=$?
+ bin/golangci-lint run --out-format=github-actions --timeout=3m || STATUS=$?
54
55
exit $STATUS
0 commit comments