File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33IMG ?= oamdev/terraform-controller:0.2.8
44
55# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
6- CRD_OPTIONS ?= "crd:trivialVersions=true "
6+ CRD_OPTIONS ?= "crd"
77
88TIME_SHORT = ` date +%H:%M:%S `
99TIME = $(TIME_SHORT )
@@ -82,15 +82,15 @@ ifeq (, $(shell which controller-gen))
8282 CONTROLLER_GEN_TMP_DIR=$$(mktemp -d) ;\
8383 cd $$CONTROLLER_GEN_TMP_DIR ;\
8484 go mod init tmp ;\
85- go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.6.2 ;\
85+ go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.16.5 ;\
8686 rm -rf $$CONTROLLER_GEN_TMP_DIR ;\
8787 }
8888CONTROLLER_GEN =$(GOBIN ) /controller-gen
8989else
9090CONTROLLER_GEN =$(shell which controller-gen)
9191endif
9292
93- GOLANGCILINT_VERSION ?= v1.50 .1
93+ GOLANGCILINT_VERSION ?= v1.60 .1
9494HOSTOS := $(shell uname -s | tr '[:upper:]' '[:lower:]')
9595HOSTARCH := $(shell uname -m)
9696ifeq ($(HOSTARCH ) ,x86_64)
You can’t perform that action at this time.
0 commit comments