We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eaeb5a commit a664f9eCopy full SHA for a664f9e
Makefile
@@ -77,7 +77,7 @@ check: $(BIN_GOLANGCI_LINT) ## Check code quality (lint)
77
cd test && $(BIN_GOLANGCI_LINT) run --timeout 300s
78
79
$(BIN_GOLANGCI_LINT):
80
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v2.0.2
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v2.5.0
81
82
.PHONY: generate/zz_filesystem_generated.go
83
generate/zz_filesystem_generated.go: clean_templates
0 commit comments