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 3
3
IMG ?= oamdev/terraform-controller:0.2.8
4
4
5
5
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
6
- CRD_OPTIONS ?= "crd:trivialVersions=true "
6
+ CRD_OPTIONS ?= "crd"
7
7
8
8
TIME_SHORT = ` date +%H:%M:%S `
9
9
TIME = $(TIME_SHORT )
@@ -82,15 +82,15 @@ ifeq (, $(shell which controller-gen))
82
82
CONTROLLER_GEN_TMP_DIR=$$(mktemp -d) ;\
83
83
cd $$CONTROLLER_GEN_TMP_DIR ;\
84
84
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 ;\
86
86
rm -rf $$CONTROLLER_GEN_TMP_DIR ;\
87
87
}
88
88
CONTROLLER_GEN =$(GOBIN ) /controller-gen
89
89
else
90
90
CONTROLLER_GEN =$(shell which controller-gen)
91
91
endif
92
92
93
- GOLANGCILINT_VERSION ?= v1.50 .1
93
+ GOLANGCILINT_VERSION ?= v1.60 .1
94
94
HOSTOS := $(shell uname -s | tr '[:upper:]' '[:lower:]')
95
95
HOSTARCH := $(shell uname -m)
96
96
ifeq ($(HOSTARCH ) ,x86_64)
You can’t perform that action at this time.
0 commit comments