Skip to content

Commit c4f87f5

Browse files
committed
update protoc, generators, regenerate
1 parent 7616959 commit c4f87f5

File tree

10 files changed

+687
-1245
lines changed

10 files changed

+687
-1245
lines changed

Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dev_build_version=$(shell git describe --tags --always --dirty)
22

33
export PATH := $(shell pwd)/.tmp/protoc/bin:$(PATH)
4-
export PROTOC_VERSION := 22.0
4+
export PROTOC_VERSION := 25.6
55
# Disable CGO for improved compatibility across distros
66
export CGO_ENABLED=0
77

@@ -40,9 +40,9 @@ docker:
4040

4141
.PHONY: generate
4242
generate: .tmp/protoc/bin/protoc
43-
@go install google.golang.org/protobuf/cmd/protoc-gen-go@a709e31e5d12
44-
@go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1.0
45-
@go install github.com/jhump/protoreflect/desc/sourceinfo/cmd/protoc-gen-gosrcinfo@v1.14.1
43+
@go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.36.4
44+
@go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.5.1
45+
@go install github.com/jhump/protoreflect/desc/sourceinfo/cmd/protoc-gen-gosrcinfo@v1.17.0
4646
go generate ./...
4747
go mod tidy
4848

0 commit comments

Comments
 (0)