Skip to content

Commit a2c72f4

Browse files
committed
Bump golangci-lint version
picking knative#2784 Signed-off-by: Matej Vašek <[email protected]>
1 parent 8a8a688 commit a2c72f4

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
@@ -76,7 +76,7 @@ check: $(BIN_GOLANGCI_LINT) ## Check code quality (lint)
7676
cd test && $(BIN_GOLANGCI_LINT) run --timeout 300s
7777

7878
$(BIN_GOLANGCI_LINT):
79-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.62.2
79+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v2.0.2
8080

8181
.PHONY: generate/zz_filesystem_generated.go
8282
generate/zz_filesystem_generated.go: clean_templates

0 commit comments

Comments
 (0)