Skip to content

Commit

Permalink
Update lib/go/Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: 胡玮文 <[email protected]>
  • Loading branch information
jsafrane and huww98 authored Aug 28, 2024
1 parent 7921432 commit 596cbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ PROTOC_GEN_GO_PKG := github.com/golang/protobuf/protoc-gen-go
PROTOC_GEN_GO := protoc-gen-go
HERE := $(shell pwd)
$(PROTOC_GEN_GO): PROTOBUF_PKG := $(dir $(PROTOC_GEN_GO_PKG))
$(PROTOC_GEN_GO): PROTOBUF_VERSION := v1.3.2
$(PROTOC_GEN_GO): PROTOBUF_VERSION := v1.3.5
$(PROTOC_GEN_GO):
mkdir -p $(dir $(GOPATH)/src/$(PROTOBUF_PKG))
test -d $(GOPATH)/src/$(PROTOBUF_PKG)/.git || git clone https://$(PROTOBUF_PKG) $(GOPATH)/src/$(PROTOBUF_PKG)
Expand Down

0 comments on commit 596cbbd

Please sign in to comment.