Skip to content

Commit a664f9e

Browse files
authored
linter bump (#3107)
1 parent 8eaeb5a commit a664f9e

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

7979
$(BIN_GOLANGCI_LINT):
80-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v2.0.2
80+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v2.5.0
8181

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

0 commit comments

Comments
 (0)