X Tutup
Skip to content

Commit 41f7b05

Browse files
committed
Bump golangci-lint to v1.29.0
Trying to address https://github.com/cli/cli/pull/1406/checks?check_run_id=896316941 which I cannot reproduce locally on macOS
1 parent 496ed47 commit 41f7b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
go mod verify
3030
go mod download
3131
32-
LINT_VERSION=1.27.0
32+
LINT_VERSION=1.29.0
3333
curl -fsSL https://github.com/golangci/golangci-lint/releases/download/v${LINT_VERSION}/golangci-lint-${LINT_VERSION}-linux-amd64.tar.gz | \
3434
tar xz --strip-components 1 --wildcards \*/golangci-lint
3535
mkdir -p bin && mv golangci-lint bin/

0 commit comments

Comments
 (0)
X Tutup