1- # Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.10 . DO NOT EDIT.
1+ # Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.9 . DO NOT EDIT.
22# All tools are designed to be build inside $GOBIN.
33BINGO_DIR := $(dir $(lastword $(MAKEFILE_LIST ) ) )
44GOPATH ?= $(shell go env GOPATH)
55GOBIN ?= $(firstword $(subst :, ,${GOPATH}) ) /bin
66GO ?= $(shell which go)
77
8- # Ensure bingo-managed tools are always built for the host platform,
9- # even when GOOS/GOARCH are set for cross-compilation of other targets.
10- GOHOSTOS ?= $(shell $(GO ) env GOHOSTOS)
11- GOHOSTARCH ?= $(shell $(GO ) env GOHOSTARCH)
12- GOHOSTARM ?= $(shell $(GO ) env GOHOSTARM)
13-
148# Below generated variables ensure that every time a tool under each variable is invoked, the correct version
159# will be used; reinstalling only if needed.
1610# For example for bingo variable:
@@ -27,83 +21,83 @@ BINGO := $(GOBIN)/bingo-v0.9.0
2721$(BINGO ) : $(BINGO_DIR ) /bingo.mod
2822 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
2923 @echo " (re)installing $( GOBIN) /bingo-v0.9.0"
30- @cd $(BINGO_DIR ) && GOWORK=off GOOS= $( GOHOSTOS ) GOARCH= $( GOHOSTARCH ) GOARM= $( GOHOSTARM ) $(GO ) build -mod=mod -modfile=bingo.mod -o=$(GOBIN ) /bingo-v0.9.0 " github.com/bwplotka/bingo"
24+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=bingo.mod -o=$(GOBIN ) /bingo-v0.9.0 " github.com/bwplotka/bingo"
3125
3226CONTROLLER_GEN := $(GOBIN ) /controller-gen-v0.19.0
3327$(CONTROLLER_GEN ) : $(BINGO_DIR ) /controller-gen.mod
3428 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
3529 @echo " (re)installing $( GOBIN) /controller-gen-v0.19.0"
36- @cd $(BINGO_DIR ) && GOWORK=off GOOS= $( GOHOSTOS ) GOARCH= $( GOHOSTARCH ) GOARM= $( GOHOSTARM ) $(GO ) build -mod=mod -modfile=controller-gen.mod -o=$(GOBIN ) /controller-gen-v0.19.0 " sigs.k8s.io/controller-tools/cmd/controller-gen"
30+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=controller-gen.mod -o=$(GOBIN ) /controller-gen-v0.19.0 " sigs.k8s.io/controller-tools/cmd/controller-gen"
3731
3832CRD_DIFF := $(GOBIN ) /crd-diff-v0.5.0
3933$(CRD_DIFF ) : $(BINGO_DIR ) /crd-diff.mod
4034 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
4135 @echo " (re)installing $( GOBIN) /crd-diff-v0.5.0"
42- @cd $(BINGO_DIR ) && GOWORK=off GOOS= $( GOHOSTOS ) GOARCH= $( GOHOSTARCH ) GOARM= $( GOHOSTARM ) $(GO ) build -mod=mod -modfile=crd-diff.mod -o=$(GOBIN ) /crd-diff-v0.5.0 " sigs.k8s.io/crdify"
36+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=crd-diff.mod -o=$(GOBIN ) /crd-diff-v0.5.0 " sigs.k8s.io/crdify"
4337
4438CRD_REF_DOCS := $(GOBIN ) /crd-ref-docs-v0.2.0
4539$(CRD_REF_DOCS ) : $(BINGO_DIR ) /crd-ref-docs.mod
4640 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
4741 @echo " (re)installing $( GOBIN) /crd-ref-docs-v0.2.0"
48- @cd $(BINGO_DIR ) && GOWORK=off GOOS= $( GOHOSTOS ) GOARCH= $( GOHOSTARCH ) GOARM= $( GOHOSTARM ) $(GO ) build -mod=mod -modfile=crd-ref-docs.mod -o=$(GOBIN ) /crd-ref-docs-v0.2.0 " github.com/elastic/crd-ref-docs"
42+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=crd-ref-docs.mod -o=$(GOBIN ) /crd-ref-docs-v0.2.0 " github.com/elastic/crd-ref-docs"
4943
5044GOJQ := $(GOBIN ) /gojq-v0.12.17
5145$(GOJQ ) : $(BINGO_DIR ) /gojq.mod
5246 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
5347 @echo " (re)installing $( GOBIN) /gojq-v0.12.17"
54- @cd $(BINGO_DIR ) && GOWORK=off GOOS= $( GOHOSTOS ) GOARCH= $( GOHOSTARCH ) GOARM= $( GOHOSTARM ) $(GO ) build -mod=mod -modfile=gojq.mod -o=$(GOBIN ) /gojq-v0.12.17 " github.com/itchyny/gojq/cmd/gojq"
48+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=gojq.mod -o=$(GOBIN ) /gojq-v0.12.17 " github.com/itchyny/gojq/cmd/gojq"
5549
5650GOLANGCI_LINT := $(GOBIN ) /golangci-lint-v2.6.2
5751$(GOLANGCI_LINT ) : $(BINGO_DIR ) /golangci-lint.mod
5852 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
5953 @echo " (re)installing $( GOBIN) /golangci-lint-v2.6.2"
60- @cd $(BINGO_DIR ) && GOWORK=off GOOS= $( GOHOSTOS ) GOARCH= $( GOHOSTARCH ) GOARM= $( GOHOSTARM ) $(GO ) build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN ) /golangci-lint-v2.6.2 " github.com/golangci/golangci-lint/v2/cmd/golangci-lint"
54+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN ) /golangci-lint-v2.6.2 " github.com/golangci/golangci-lint/v2/cmd/golangci-lint"
6155
6256GORELEASER := $(GOBIN ) /goreleaser-v1.26.2
6357$(GORELEASER ) : $(BINGO_DIR ) /goreleaser.mod
6458 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
6559 @echo " (re)installing $( GOBIN) /goreleaser-v1.26.2"
66- @cd $(BINGO_DIR ) && GOWORK=off GOOS= $( GOHOSTOS ) GOARCH= $( GOHOSTARCH ) GOARM= $( GOHOSTARM ) $(GO ) build -mod=mod -modfile=goreleaser.mod -o=$(GOBIN ) /goreleaser-v1.26.2 " github.com/goreleaser/goreleaser"
60+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=goreleaser.mod -o=$(GOBIN ) /goreleaser-v1.26.2 " github.com/goreleaser/goreleaser"
6761
6862HELM := $(GOBIN ) /helm-v3.18.4
6963$(HELM ) : $(BINGO_DIR ) /helm.mod
7064 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
7165 @echo " (re)installing $( GOBIN) /helm-v3.18.4"
72- @cd $(BINGO_DIR ) && GOWORK=off GOOS= $( GOHOSTOS ) GOARCH= $( GOHOSTARCH ) GOARM= $( GOHOSTARM ) $(GO ) build -mod=mod -modfile=helm.mod -o=$(GOBIN ) /helm-v3.18.4 " helm.sh/helm/v3/cmd/helm"
66+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=helm.mod -o=$(GOBIN ) /helm-v3.18.4 " helm.sh/helm/v3/cmd/helm"
7367
7468KIND := $(GOBIN ) /kind-v0.30.0
7569$(KIND ) : $(BINGO_DIR ) /kind.mod
7670 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
7771 @echo " (re)installing $( GOBIN) /kind-v0.30.0"
78- @cd $(BINGO_DIR ) && GOWORK=off GOOS= $( GOHOSTOS ) GOARCH= $( GOHOSTARCH ) GOARM= $( GOHOSTARM ) $(GO ) build -mod=mod -modfile=kind.mod -o=$(GOBIN ) /kind-v0.30.0 " sigs.k8s.io/kind"
72+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=kind.mod -o=$(GOBIN ) /kind-v0.30.0 " sigs.k8s.io/kind"
7973
8074KUSTOMIZE := $(GOBIN ) /kustomize-v5.7.1
8175$(KUSTOMIZE ) : $(BINGO_DIR ) /kustomize.mod
8276 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
8377 @echo " (re)installing $( GOBIN) /kustomize-v5.7.1"
84- @cd $(BINGO_DIR ) && GOWORK=off GOOS= $( GOHOSTOS ) GOARCH= $( GOHOSTARCH ) GOARM= $( GOHOSTARM ) $(GO ) build -mod=mod -modfile=kustomize.mod -o=$(GOBIN ) /kustomize-v5.7.1 " sigs.k8s.io/kustomize/kustomize/v5"
78+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=kustomize.mod -o=$(GOBIN ) /kustomize-v5.7.1 " sigs.k8s.io/kustomize/kustomize/v5"
8579
8680OPERATOR_SDK := $(GOBIN ) /operator-sdk-v1.41.1
8781$(OPERATOR_SDK ) : $(BINGO_DIR ) /operator-sdk.mod
8882 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
8983 @echo " (re)installing $( GOBIN) /operator-sdk-v1.41.1"
90- @cd $(BINGO_DIR ) && GOWORK=off GOOS= $( GOHOSTOS ) GOARCH= $( GOHOSTARCH ) GOARM= $( GOHOSTARM ) $(GO ) build -tags=containers_image_openpgp -ldflags=-X=github.com/operator-framework/operator-sdk/internal/version.Version=v1.41.1 -mod=mod -modfile=operator-sdk.mod -o=$(GOBIN ) /operator-sdk-v1.41.1 " github.com/operator-framework/operator-sdk/cmd/operator-sdk"
84+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -tags=containers_image_openpgp -ldflags=-X=github.com/operator-framework/operator-sdk/internal/version.Version=v1.41.1 -mod=mod -modfile=operator-sdk.mod -o=$(GOBIN ) /operator-sdk-v1.41.1 " github.com/operator-framework/operator-sdk/cmd/operator-sdk"
9185
9286OPM := $(GOBIN ) /opm-v1.60.0
9387$(OPM ) : $(BINGO_DIR ) /opm.mod
9488 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
9589 @echo " (re)installing $( GOBIN) /opm-v1.60.0"
96- @cd $(BINGO_DIR ) && GOWORK=off GOOS= $( GOHOSTOS ) GOARCH= $( GOHOSTARCH ) GOARM= $( GOHOSTARM ) $(GO ) build -tags=containers_image_openpgp -mod=mod -modfile=opm.mod -o=$(GOBIN ) /opm-v1.60.0 " github.com/operator-framework/operator-registry/cmd/opm"
90+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -tags=containers_image_openpgp -mod=mod -modfile=opm.mod -o=$(GOBIN ) /opm-v1.60.0 " github.com/operator-framework/operator-registry/cmd/opm"
9791
9892SETUP_ENVTEST := $(GOBIN ) /setup-envtest-v0.0.0-20250620151452-b9a9ca01fd37
9993$(SETUP_ENVTEST ) : $(BINGO_DIR ) /setup-envtest.mod
10094 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
10195 @echo " (re)installing $( GOBIN) /setup-envtest-v0.0.0-20250620151452-b9a9ca01fd37"
102- @cd $(BINGO_DIR ) && GOWORK=off GOOS= $( GOHOSTOS ) GOARCH= $( GOHOSTARCH ) GOARM= $( GOHOSTARM ) $(GO ) build -mod=mod -modfile=setup-envtest.mod -o=$(GOBIN ) /setup-envtest-v0.0.0-20250620151452-b9a9ca01fd37 " sigs.k8s.io/controller-runtime/tools/setup-envtest"
96+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=setup-envtest.mod -o=$(GOBIN ) /setup-envtest-v0.0.0-20250620151452-b9a9ca01fd37 " sigs.k8s.io/controller-runtime/tools/setup-envtest"
10397
10498YAMLFMT := $(GOBIN ) /yamlfmt-v0.20.0
10599$(YAMLFMT ) : $(BINGO_DIR ) /yamlfmt.mod
106100 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
107101 @echo " (re)installing $( GOBIN) /yamlfmt-v0.20.0"
108- @cd $(BINGO_DIR ) && GOWORK=off GOOS= $( GOHOSTOS ) GOARCH= $( GOHOSTARCH ) GOARM= $( GOHOSTARM ) $(GO ) build -mod=mod -modfile=yamlfmt.mod -o=$(GOBIN ) /yamlfmt-v0.20.0 " github.com/google/yamlfmt/cmd/yamlfmt"
102+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=yamlfmt.mod -o=$(GOBIN ) /yamlfmt-v0.20.0 " github.com/google/yamlfmt/cmd/yamlfmt"
109103
0 commit comments