Skip to content

Commit

Permalink
Update lib/go/Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: 胡玮文 <huww98@outlook.com>
  • Loading branch information
jsafrane and huww98 committed Aug 28, 2024
1 parent 7921432 commit a319f1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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
4 changes: 3 additions & 1 deletion lib/go/csi/csi.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a319f1c

Please sign in to comment.