Skip to content

Commit dfe4564

Browse files
authored
ci: go back to golangci-lint 1.20.0 (#9742)
Revert #9711
1 parent bd9d480 commit dfe4564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,6 @@ pr:
534534
golangci-lint:
535535
@hash golangci-lint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
536536
export BINARY="golangci-lint"; \
537-
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.22.2; \
537+
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.20.0; \
538538
fi
539539
golangci-lint run --timeout 5m

0 commit comments

Comments
 (0)