Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 80a29e6

Browse files
author
Per Goncalves da Silva
committedAug 29, 2024·
Update generated files
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent 70c55ef commit 80a29e6

File tree

4 files changed

+93
-192
lines changed

4 files changed

+93
-192
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.20.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

Diff for: ‎pkg/api/registry_grpc.pb.go

+88-187
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.