Skip to content

Commit

Permalink
upgrade controller-gen version to v0.9.2
Browse files Browse the repository at this point in the history
Signed-off-by: Shi, Crane <[email protected]>
  • Loading branch information
CraneShiEMC committed Jul 10, 2023
1 parent 1db5a46 commit ee44769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PROJECT_PATH := ${PWD}
### common path
CSI_OPERATOR_PATH=../csi-baremetal-operator
CSI_CHART_CRDS_PATH=$(CSI_OPERATOR_PATH)/charts/csi-baremetal-operator/crds
CRD_OPTIONS ?= "crd:trivialVersions=true"
CRD_OPTIONS ?= crd

### version
MAJOR := 1
Expand Down Expand Up @@ -68,7 +68,7 @@ GOPRIVATE_PART :=
GOPROXY_PART := GOPROXY=https://proxy.golang.org,direct

### go dependencies
CONTROLLER_GEN_VER := v0.5.0
CONTROLLER_GEN_VER := v0.9.2
MOCKERY_VER := v2.9.4
PROTOC_GEN_GO_VER := v1.3.2
CLIENT_GO_VER := v0.22.5
Expand Down

0 comments on commit ee44769

Please sign in to comment.