@@ -23,41 +23,41 @@ $(BINGO): $(BINGO_DIR)/bingo.mod
2323	@echo " (re)installing $( GOBIN) " 
2424	@cd $(BINGO_DIR )  &&  GOWORK=off $(GO )  build -mod=mod -modfile=bingo.mod -o=$(GOBIN ) /bingo-v0.9.0 " github.com/bwplotka/bingo" 
2525
26- CONTROLLER_GEN  := $(GOBIN ) /controller-gen-v0.17.1 
26+ CONTROLLER_GEN  := $(GOBIN ) /controller-gen-v0.17.2 
2727$(CONTROLLER_GEN ) $(BINGO_DIR ) /controller-gen.mod
2828	@#  Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
29- 	@echo " (re)installing $( GOBIN) 1 " 
30- 	@cd $(BINGO_DIR )  &&  GOWORK=off $(GO )  build -mod=mod -modfile=controller-gen.mod -o=$(GOBIN ) /controller-gen-v0.17.1  " sigs.k8s.io/controller-tools/cmd/controller-gen" 
29+ 	@echo " (re)installing $( GOBIN) 2 " 
30+ 	@cd $(BINGO_DIR )  &&  GOWORK=off $(GO )  build -mod=mod -modfile=controller-gen.mod -o=$(GOBIN ) /controller-gen-v0.17.2  " sigs.k8s.io/controller-tools/cmd/controller-gen" 
3131
32- CRD_DIFF  := $(GOBIN ) /crd-diff-v0.1 .0
32+ CRD_DIFF  := $(GOBIN ) /crd-diff-v0.2 .0
3333$(CRD_DIFF ) $(BINGO_DIR ) /crd-diff.mod
3434	@#  Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
35- 	@echo " (re)installing $( GOBIN) 1 .0" 
36- 	@cd $(BINGO_DIR )  &&  GOWORK=off $(GO )  build -mod=mod -modfile=crd-diff.mod -o=$(GOBIN ) /crd-diff-v0.1 .0 " github.com/everettraven/crd-diff" 
35+ 	@echo " (re)installing $( GOBIN) 2 .0" 
36+ 	@cd $(BINGO_DIR )  &&  GOWORK=off $(GO )  build -mod=mod -modfile=crd-diff.mod -o=$(GOBIN ) /crd-diff-v0.2 .0 " github.com/everettraven/crd-diff" 
3737
3838CRD_REF_DOCS  := $(GOBIN ) /crd-ref-docs-v0.1.0
3939$(CRD_REF_DOCS ) $(BINGO_DIR ) /crd-ref-docs.mod
4040	@#  Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
4141	@echo " (re)installing $( GOBIN) " 
4242	@cd $(BINGO_DIR )  &&  GOWORK=off $(GO )  build -mod=mod -modfile=crd-ref-docs.mod -o=$(GOBIN ) /crd-ref-docs-v0.1.0 " github.com/elastic/crd-ref-docs" 
4343
44- GOLANGCI_LINT  := $(GOBIN ) /golangci-lint-v1.63.4 
44+ GOLANGCI_LINT  := $(GOBIN ) /golangci-lint-v1.64.5 
4545$(GOLANGCI_LINT ) $(BINGO_DIR ) /golangci-lint.mod
4646	@#  Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
47- 	@echo " (re)installing $( GOBIN) 63.4 " 
48- 	@cd $(BINGO_DIR )  &&  GOWORK=off $(GO )  build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN ) /golangci-lint-v1.63.4  " github.com/golangci/golangci-lint/cmd/golangci-lint" 
47+ 	@echo " (re)installing $( GOBIN) 64.5 " 
48+ 	@cd $(BINGO_DIR )  &&  GOWORK=off $(GO )  build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN ) /golangci-lint-v1.64.5  " github.com/golangci/golangci-lint/cmd/golangci-lint" 
4949
5050GORELEASER  := $(GOBIN ) /goreleaser-v1.26.2
5151$(GORELEASER ) $(BINGO_DIR ) /goreleaser.mod
5252	@#  Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
5353	@echo " (re)installing $( GOBIN) " 
5454	@cd $(BINGO_DIR )  &&  GOWORK=off $(GO )  build -mod=mod -modfile=goreleaser.mod -o=$(GOBIN ) /goreleaser-v1.26.2 " github.com/goreleaser/goreleaser" 
5555
56- KIND  := $(GOBIN ) /kind-v0.26 .0
56+ KIND  := $(GOBIN ) /kind-v0.27 .0
5757$(KIND ) $(BINGO_DIR ) /kind.mod
5858	@#  Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
59- 	@echo " (re)installing $( GOBIN) 26 .0" 
60- 	@cd $(BINGO_DIR )  &&  GOWORK=off $(GO )  build -mod=mod -modfile=kind.mod -o=$(GOBIN ) /kind-v0.26 .0 " sigs.k8s.io/kind" 
59+ 	@echo " (re)installing $( GOBIN) 27 .0" 
60+ 	@cd $(BINGO_DIR )  &&  GOWORK=off $(GO )  build -mod=mod -modfile=kind.mod -o=$(GOBIN ) /kind-v0.27 .0 " sigs.k8s.io/kind" 
6161
6262KUSTOMIZE  := $(GOBIN ) /kustomize-v4.5.7
6363$(KUSTOMIZE ) $(BINGO_DIR ) /kustomize.mod
@@ -77,9 +77,9 @@ $(OPM): $(BINGO_DIR)/opm.mod
7777	@echo " (re)installing $( GOBIN) " 
7878	@cd $(BINGO_DIR )  &&  GOWORK=off $(GO )  build -mod=mod -modfile=opm.mod -o=$(GOBIN ) /opm-v1.50.0 " github.com/operator-framework/operator-registry/cmd/opm" 
7979
80- SETUP_ENVTEST  := $(GOBIN ) /setup-envtest-v0.0.0-20250114080233-1ec7c1b76e98 
80+ SETUP_ENVTEST  := $(GOBIN ) /setup-envtest-v0.0.0-20250217160221-5e8256e05002 
8181$(SETUP_ENVTEST ) $(BINGO_DIR ) /setup-envtest.mod
8282	@#  Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
83- 	@echo " (re)installing $( GOBIN) 20250114080233-1ec7c1b76e98 " 
84- 	@cd $(BINGO_DIR )  &&  GOWORK=off $(GO )  build -mod=mod -modfile=setup-envtest.mod -o=$(GOBIN ) /setup-envtest-v0.0.0-20250114080233-1ec7c1b76e98  " sigs.k8s.io/controller-runtime/tools/setup-envtest" 
83+ 	@echo " (re)installing $( GOBIN) 20250217160221-5e8256e05002 " 
84+ 	@cd $(BINGO_DIR )  &&  GOWORK=off $(GO )  build -mod=mod -modfile=setup-envtest.mod -o=$(GOBIN ) /setup-envtest-v0.0.0-20250217160221-5e8256e05002  " sigs.k8s.io/controller-runtime/tools/setup-envtest" 
8585
0 commit comments