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 2cefaeb commit 91ffe63Copy full SHA for 91ffe63
Makefile
@@ -146,7 +146,7 @@ lint-go-code: $(GOLANGCI_LINT_BIN)
146
$(Q)GOCACHE=$(GOCACHE) ./out/golangci-lint ${V_FLAG} run --deadline=30m
147
148
$(GOLANGCI_LINT_BIN):
149
- $(Q)curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./out v1.17.1
+ $(Q)curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./out v1.18.0
150
151
.PHONY: courier
152
## Validate manifests using operator-courier
0 commit comments