Skip to content

Commit 56181ba

Browse files
authored
makefile updates (#484)
1 parent 46c38b3 commit 56181ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

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

33
export PATH := $(shell pwd)/.tmp/protoc/bin:$(PATH)
4-
54
export PROTOC_VERSION := 22.0
6-
75
# Disable CGO for improved compatibility across distros
86
export CGO_ENABLED=0
97

@@ -44,7 +42,9 @@ docker:
4442
generate: .tmp/protoc/bin/protoc
4543
@go install google.golang.org/protobuf/cmd/protoc-gen-go@a709e31e5d12
4644
@go install google.golang.org/grpc/cmd/[email protected]
45+
@go install github.com/jhump/protoreflect/desc/sourceinfo/cmd/[email protected]
4746
go generate ./...
47+
go mod tidy
4848

4949
.PHONY: checkgenerate
5050
checkgenerate: generate

0 commit comments

Comments
 (0)