File tree Expand file tree Collapse file tree 4 files changed +85
-5
lines changed
Expand file tree Collapse file tree 4 files changed +85
-5
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ $(KUSTOMIZE): $(BINGO_DIR)/kustomize.mod
6565 @echo " (re)installing $( GOBIN) /kustomize-v4.5.7"
6666 @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=kustomize.mod -o=$(GOBIN ) /kustomize-v4.5.7 " sigs.k8s.io/kustomize/kustomize/v4"
6767
68- OPERATOR_SDK := $(GOBIN ) /operator-sdk-v1.39.1
68+ OPERATOR_SDK := $(GOBIN ) /operator-sdk-v1.38.0
6969$(OPERATOR_SDK ) : $(BINGO_DIR ) /operator-sdk.mod
7070 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
71- @echo " (re)installing $( GOBIN) /operator-sdk-v1.39.1 "
72- @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.39.1 " github.com/operator-framework/operator-sdk/cmd/operator-sdk"
71+ @echo " (re)installing $( GOBIN) /operator-sdk-v1.38.0 "
72+ @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.38.0 " github.com/operator-framework/operator-sdk/cmd/operator-sdk"
7373
7474OPM := $(GOBIN ) /opm-v1.50.0
7575$(OPM ) : $(BINGO_DIR ) /opm.mod
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ replace github.com/docker/distribution => github.com/docker/distribution v0.0.0-
88
99replace github.com/mattn/go-sqlite3 => github.com/mattn/go-sqlite3 v1.10.0
1010
11- require github.com/operator-framework/operator-sdk v1.39.1 // cmd/operator-sdk -ldflags=-X=github.com/operator-framework/operator-sdk/internal/version.Version=v1.34.1
11+ require github.com/operator-framework/operator-sdk v1.38.0 // cmd/operator-sdk -ldflags=-X=github.com/operator-framework/operator-sdk/internal/version.Version=v1.34.1
You can’t perform that action at this time.
0 commit comments