Skip to content

Commit fe39f23

Browse files
author
Pushparaj Shetty K S
committed
update makefile
Signed-off-by: Pushparaj Shetty K S <[email protected]>
1 parent 5641105 commit fe39f23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
IMG ?= 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

88
TIME_SHORT = `date +%H:%M:%S`
99
TIME = $(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
}
8888
CONTROLLER_GEN=$(GOBIN)/controller-gen
8989
else
9090
CONTROLLER_GEN=$(shell which controller-gen)
9191
endif
9292

93-
GOLANGCILINT_VERSION ?= v1.50.1
93+
GOLANGCILINT_VERSION ?= v1.60.1
9494
HOSTOS := $(shell uname -s | tr '[:upper:]' '[:lower:]')
9595
HOSTARCH := $(shell uname -m)
9696
ifeq ($(HOSTARCH),x86_64)

0 commit comments

Comments
 (0)