Skip to content

Commit 0c6083a

Browse files
Increase golangci lint version (#116)
1 parent f60ac2e commit 0c6083a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/confi
129129
GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint
130130
.PHONY: golangci-lint
131131
golangci-lint: ## Download golangci-lint locally if necessary.
132-
$(call go-get-tool,$(GOLANGCI_LINT),github.com/golangci/golangci-lint/cmd/golangci-lint@v1.57.2)
132+
$(call go-get-tool,$(GOLANGCI_LINT),github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0)
133133

134134
CONTROLLER_GEN = $(shell pwd)/bin/controller-gen
135135
.PHONY: controller-gen

0 commit comments

Comments
 (0)