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
59
59
@echo " (re)installing $( GOBIN) /kind-v0.27.0"
60
60
@cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=kind.mod -o=$(GOBIN ) /kind-v0.27.0 " sigs.k8s.io/kind"
61
61
62
- KUSTOMIZE := $(GOBIN ) /kustomize-v4.5.7
62
+ KUSTOMIZE := $(GOBIN ) /kustomize-v5.6.0
63
63
$(KUSTOMIZE ) : $(BINGO_DIR ) /kustomize.mod
64
64
@# 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 "
67
67
68
68
OPERATOR_SDK := $(GOBIN ) /operator-sdk-v1.39.1
69
69
$(OPERATOR_SDK ) : $(BINGO_DIR ) /operator-sdk.mod
Original file line number Diff line number Diff line change 1
1
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
2
2
3
- go 1.20
3
+ go 1.23.4
4
4
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