@@ -51,7 +51,7 @@ SHELL = /usr/bin/env bash -o pipefail
5151.SHELLFLAGS = -ec
5252
5353# # The version to use for the cert-manager operator
54- CERT_MANAGER_VERSION =v1.17 .2# renovate datasource=github-tags depName=cert-manager/cert-manager
54+ CERT_MANAGER_VERSION =v1.18 .2# renovate datasource=github-tags depName=cert-manager/cert-manager
5555
5656# #@ General
5757
@@ -155,7 +155,7 @@ build_push_docker: # Build docker image with the operator. set IMG env var befor
155155go_lint : golangci-lint # Run go lint tools, fail if unchecked errors
156156 # Implements golang CI based on settings described here:
157157 # See https://betterprogramming.pub/how-to-improve-code-quality-with-an-automatic-check-in-go-d18a5eb85f09
158- $(GOLANGCI_LINT ) run --fix --fast ./...
158+ $(GOLANGCI_LINT ) run --fix ./...
159159
160160.PHONY : tf_lint
161161tf_lint : terraform # Run terraform fmt to ensure terraform code is consistent
@@ -439,11 +439,11 @@ CRD_REF_DOCS ?= $(LOCALBIN)/crd-ref-docs
439439# additional whitespace will break the renovate regex rules.
440440
441441KUBECTL_VERSION =v1.32.2# renovate datasource=github-tags depName=kubernetes/kubernetes
442- TERRAFORM_VERSION=v1.11.4 # renovate datasource=github-tags depName=hashicorp/terraform
442+ TERRAFORM_VERSION=v1.12.2 # renovate datasource=github-tags depName=hashicorp/terraform
443443
444444CONTROLLER_TOOLS_VERSION =v0.17.3# renovate datasource=go depName=sigs.k8s.io/controller-tools
445445CRD_REF_DOCS_VERSION=v0.1.0# renovate datasource=go depName=github.com/elastic/crd-ref-docs
446- GOLANGCI_LINT_VERSION=v1.64.8 # renovate datasource=go depName=github.com/golangci/golangci-lint/cmd/golangci-lint
446+ GOLANGCI_LINT_VERSION=v2.2.2 # renovate datasource=go depName=github.com/golangci/golangci-lint/cmd/golangci-lint
447447GO_LICENSES_VERSION=v1.6.0# renovate datasource=go depName=github.com/google/go-licenses
448448
449449KUSTOMIZE_VERSION =v5.6.0# don't manage with renovate, this repo has non-standard tags
@@ -498,7 +498,7 @@ $(TERRAFORM): $(LOCALBIN)
498498.PHONY : golangci-lint
499499golangci-lint : $(GOLANGCI_LINT ) # # Download controller-gen locally if necessary.
500500$(GOLANGCI_LINT ) : $(LOCALBIN )
501- test -s $@ || GOBIN=$(LOCALBIN ) go install github.com/golangci/golangci-lint/cmd/golangci-lint@$(GOLANGCI_LINT_VERSION )
501+ test -s $@ || GOBIN=$(LOCALBIN ) go install github.com/golangci/golangci-lint/v2/ cmd/golangci-lint@$(GOLANGCI_LINT_VERSION )
502502
503503.PHONY : go-licenses
504504go-licenses : $(GO_LICENSES ) # # Download controller-gen locally if necessary.
0 commit comments