We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8a688 commit a2c72f4Copy full SHA for a2c72f4
Makefile
@@ -76,7 +76,7 @@ check: $(BIN_GOLANGCI_LINT) ## Check code quality (lint)
76
cd test && $(BIN_GOLANGCI_LINT) run --timeout 300s
77
78
$(BIN_GOLANGCI_LINT):
79
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.62.2
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v2.0.2
80
81
.PHONY: generate/zz_filesystem_generated.go
82
generate/zz_filesystem_generated.go: clean_templates
0 commit comments