File tree Expand file tree Collapse file tree 4 files changed +63
-208
lines changed
Expand file tree Collapse file tree 4 files changed +63
-208
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ $(KIND): $(BINGO_DIR)/kind.mod
5959 @echo " (re)installing $( GOBIN) /kind-v0.27.0"
6060 @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=kind.mod -o=$(GOBIN ) /kind-v0.27.0 " sigs.k8s.io/kind"
6161
62- KUSTOMIZE := $(GOBIN ) /kustomize-v4.5.7
62+ KUSTOMIZE := $(GOBIN ) /kustomize-v5.6.0
6363$(KUSTOMIZE ) : $(BINGO_DIR ) /kustomize.mod
6464 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
65- @echo " (re)installing $( GOBIN) /kustomize-v4.5.7 "
66- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=kustomize.mod -o=$(GOBIN ) /kustomize-v4.5.7 " sigs.k8s.io/kustomize/kustomize/v4 "
65+ @echo " (re)installing $( GOBIN) /kustomize-v5.6.0 "
66+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=kustomize.mod -o=$(GOBIN ) /kustomize-v5.6.0 " sigs.k8s.io/kustomize/kustomize/v5 "
6767
6868OPERATOR_SDK := $(GOBIN ) /operator-sdk-v1.39.1
6969$(OPERATOR_SDK ) : $(BINGO_DIR ) /operator-sdk.mod
Original file line number Diff line number Diff line change 11module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22
3- go 1.20
3+ go 1.23.4
44
5- require sigs.k8s.io/kustomize/kustomize/v4 v4.5.7
5+ require sigs.k8s.io/kustomize/kustomize/v5 v5.6.0
You can’t perform that action at this time.
0 commit comments