@@ -17,53 +17,53 @@ GO ?= $(shell which go)
1717# @echo "Running bingo"
1818# @$(BINGO) <flags/args..>
1919#
20- BINGO := $(GOBIN ) /bingo-v0.8 .0
20+ BINGO := $(GOBIN ) /bingo-v0.9 .0
2121$(BINGO ) : $(BINGO_DIR ) /bingo.mod
2222 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
23- @echo " (re)installing $( GOBIN) /bingo-v0.8 .0"
24- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=bingo.mod -o=$(GOBIN ) /bingo-v0.8 .0 " github.com/bwplotka/bingo"
23+ @echo " (re)installing $( GOBIN) /bingo-v0.9 .0"
24+ @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.15.0
26+ CONTROLLER_GEN := $(GOBIN ) /controller-gen-v0.16.1
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) /controller-gen-v0.15.0 "
30- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=controller-gen.mod -o=$(GOBIN ) /controller-gen-v0.15.0 " sigs.k8s.io/controller-tools/cmd/controller-gen"
29+ @echo " (re)installing $( GOBIN) /controller-gen-v0.16.1 "
30+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=controller-gen.mod -o=$(GOBIN ) /controller-gen-v0.16.1 " sigs.k8s.io/controller-tools/cmd/controller-gen"
3131
32- GOLANGCI_LINT := $(GOBIN ) /golangci-lint-v1.59.1
32+ GOLANGCI_LINT := $(GOBIN ) /golangci-lint-v1.60.3
3333$(GOLANGCI_LINT ) : $(BINGO_DIR ) /golangci-lint.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) /golangci-lint-v1.59.1 "
36- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN ) /golangci-lint-v1.59.1 " github.com/golangci/golangci-lint/cmd/golangci-lint"
35+ @echo " (re)installing $( GOBIN) /golangci-lint-v1.60.3 "
36+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN ) /golangci-lint-v1.60.3 " github.com/golangci/golangci-lint/cmd/golangci-lint"
3737
38- GORELEASER := $(GOBIN ) /goreleaser-v1.16 .2
38+ GORELEASER := $(GOBIN ) /goreleaser-v1.26 .2
3939$(GORELEASER ) : $(BINGO_DIR ) /goreleaser.mod
4040 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
41- @echo " (re)installing $( GOBIN) /goreleaser-v1.16 .2"
42- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=goreleaser.mod -o=$(GOBIN ) /goreleaser-v1.16 .2 " github.com/goreleaser/goreleaser"
41+ @echo " (re)installing $( GOBIN) /goreleaser-v1.26 .2"
42+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=goreleaser.mod -o=$(GOBIN ) /goreleaser-v1.26 .2 " github.com/goreleaser/goreleaser"
4343
44- KIND := $(GOBIN ) /kind-v0.22 .0
44+ KIND := $(GOBIN ) /kind-v0.24 .0
4545$(KIND ) : $(BINGO_DIR ) /kind.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) /kind-v0.22 .0"
48- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=kind.mod -o=$(GOBIN ) /kind-v0.22 .0 " sigs.k8s.io/kind"
47+ @echo " (re)installing $( GOBIN) /kind-v0.24 .0"
48+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=kind.mod -o=$(GOBIN ) /kind-v0.24 .0 " sigs.k8s.io/kind"
4949
5050KUSTOMIZE := $(GOBIN ) /kustomize-v4.5.7
5151$(KUSTOMIZE ) : $(BINGO_DIR ) /kustomize.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) /kustomize-v4.5.7"
5454 @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=kustomize.mod -o=$(GOBIN ) /kustomize-v4.5.7 " sigs.k8s.io/kustomize/kustomize/v4"
5555
56- OPERATOR_SDK := $(GOBIN ) /operator-sdk-v1.34.2
56+ OPERATOR_SDK := $(GOBIN ) /operator-sdk-v1.36.1
5757$(OPERATOR_SDK ) : $(BINGO_DIR ) /operator-sdk.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) /operator-sdk-v1.34.2 "
60- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -ldflags=-X=github.com/operator-framework/operator-sdk/internal/version.Version=v1.34.1 -mod=mod -modfile=operator-sdk.mod -o=$(GOBIN ) /operator-sdk-v1.34.2 " github.com/operator-framework/operator-sdk/cmd/operator-sdk"
59+ @echo " (re)installing $( GOBIN) /operator-sdk-v1.36.1 "
60+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -ldflags=-X=github.com/operator-framework/operator-sdk/internal/version.Version=v1.34.1 -mod=mod -modfile=operator-sdk.mod -o=$(GOBIN ) /operator-sdk-v1.36.1 " github.com/operator-framework/operator-sdk/cmd/operator-sdk"
6161
62- OPM := $(GOBIN ) /opm-v1.28 .0
62+ OPM := $(GOBIN ) /opm-v1.46 .0
6363$(OPM ) : $(BINGO_DIR ) /opm.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) /opm-v1.28 .0"
66- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=opm.mod -o=$(GOBIN ) /opm-v1.28 .0 " github.com/operator-framework/operator-registry/cmd/opm"
65+ @echo " (re)installing $( GOBIN) /opm-v1.46 .0"
66+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=opm.mod -o=$(GOBIN ) /opm-v1.46 .0 " github.com/operator-framework/operator-registry/cmd/opm"
6767
6868SETUP_ENVTEST := $(GOBIN ) /setup-envtest-v0.0.0-20240820183333-e6c3d139d2b6
6969$(SETUP_ENVTEST ) : $(BINGO_DIR ) /setup-envtest.mod
0 commit comments