File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ $(GORELEASER): $(BINGO_DIR)/goreleaser.mod
35
35
@echo " (re)installing $( GOBIN) /goreleaser-v1.26.2"
36
36
@cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=goreleaser.mod -o=$(GOBIN ) /goreleaser-v1.26.2 " github.com/goreleaser/goreleaser"
37
37
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
39
39
$(PROTOC_GEN_GO_GRPC ) : $(BINGO_DIR ) /protoc-gen-go-grpc.mod
40
40
@# 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"
43
43
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
2
2
3
3
go 1.22.2
4
4
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
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ GINKGO="${GOBIN}/ginkgo-v2.20.2"
14
14
15
15
GORELEASER = " ${ GOBIN } /goreleaser-v1.26.2"
16
16
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 "
18
18
You can’t perform that action at this time.
0 commit comments