Skip to content

Commit a4f9b6b

Browse files
perdasilvaPer Goncalves da Silvabentito
authored
Revert go bump and redo (#1531)
* Revert ":seedling: Bump Go v1.23.0 (#1431)" This reverts commit 086a83b. * Bump to go1.33 Signed-off-by: Per Goncalves da Silva <[email protected]> * Update bingo deps Signed-off-by: Per Goncalves da Silva <[email protected]> * Regenerate generated code and fakes Signed-off-by: Per Goncalves da Silva <[email protected]> --------- Signed-off-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Brett Tofel <[email protected]>
1 parent 086a83b commit a4f9b6b

File tree

4 files changed

+192
-93
lines changed

4 files changed

+192
-93
lines changed

Diff for: .bingo/Variables.mk

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ $(GORELEASER): $(BINGO_DIR)/goreleaser.mod
3535
@echo "(re)installing $(GOBIN)/goreleaser-v1.26.2"
3636
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=goreleaser.mod -o=$(GOBIN)/goreleaser-v1.26.2 "github.com/goreleaser/goreleaser"
3737

38-
PROTOC_GEN_GO_GRPC := $(GOBIN)/protoc-gen-go-grpc-v1.5.1
38+
PROTOC_GEN_GO_GRPC := $(GOBIN)/protoc-gen-go-grpc-v1.3.0
3939
$(PROTOC_GEN_GO_GRPC): $(BINGO_DIR)/protoc-gen-go-grpc.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)/protoc-gen-go-grpc-v1.5.1"
42-
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=protoc-gen-go-grpc.mod -o=$(GOBIN)/protoc-gen-go-grpc-v1.5.1 "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
41+
@echo "(re)installing $(GOBIN)/protoc-gen-go-grpc-v1.3.0"
42+
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=protoc-gen-go-grpc.mod -o=$(GOBIN)/protoc-gen-go-grpc-v1.3.0 "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
4343

Diff for: .bingo/protoc-gen-go-grpc.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22

33
go 1.22.2
44

5-
require google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
5+
require google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0

Diff for: .bingo/variables.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ GINKGO="${GOBIN}/ginkgo-v2.22.2"
1414

1515
GORELEASER="${GOBIN}/goreleaser-v1.26.2"
1616

17-
PROTOC_GEN_GO_GRPC="${GOBIN}/protoc-gen-go-grpc-v1.5.1"
17+
PROTOC_GEN_GO_GRPC="${GOBIN}/protoc-gen-go-grpc-v1.3.0"
1818

0 commit comments

Comments
 (0)