mirror of https://github.com/knative/func.git
chore: updated Go linter (#2403)
Signed-off-by: Matej Vašek <mvasek@redhat.com>
This commit is contained in:
parent
3e8dc4ddc1
commit
d7c4f1bbb1
2
Makefile
2
Makefile
|
@ -74,7 +74,7 @@ check: $(BIN_GOLANGCI_LINT) ## Check code quality (lint)
|
|||
cd test && $(BIN_GOLANGCI_LINT) run --timeout 300s
|
||||
|
||||
$(BIN_GOLANGCI_LINT):
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.55.2
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.59.1
|
||||
|
||||
.PHONY: generate/zz_filesystem_generated.go
|
||||
generate/zz_filesystem_generated.go: clean_templates templates/certs/ca-certificates.crt
|
||||
|
|
Loading…
Reference in New Issue