mirror of https://github.com/knative/func.git
golangci bump (#2741)
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
This commit is contained in:
parent
f66b67aa8f
commit
180b1eea0e
2
Makefile
2
Makefile
|
@ -76,7 +76,7 @@ check: $(BIN_GOLANGCI_LINT) ## Check code quality (lint)
|
||||||
cd test && $(BIN_GOLANGCI_LINT) run --timeout 300s
|
cd test && $(BIN_GOLANGCI_LINT) run --timeout 300s
|
||||||
|
|
||||||
$(BIN_GOLANGCI_LINT):
|
$(BIN_GOLANGCI_LINT):
|
||||||
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 v1.64.6
|
||||||
|
|
||||||
.PHONY: generate/zz_filesystem_generated.go
|
.PHONY: generate/zz_filesystem_generated.go
|
||||||
generate/zz_filesystem_generated.go: clean_templates
|
generate/zz_filesystem_generated.go: clean_templates
|
||||||
|
|
Loading…
Reference in New Issue