You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Makefile.include
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ init: ## Install tools
19
19
cd tools && go generate -x -tags=tools
20
20
21
21
# Install golangci-lint
22
-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.55.2# Version should match specified in CI
22
+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.62.0# Version should match specified in CI
23
23
24
24
release: ## Build release versions of all components
0 commit comments