We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7061dc2 commit 25824c9Copy full SHA for 25824c9
lib/go/Makefile
@@ -84,7 +84,7 @@ export PATH := $(shell pwd):$(PATH)
84
########################################################################
85
CSI_PROTO := ../../csi.proto
86
CSI_PKG_ROOT := github.com/container-storage-interface/spec
87
-CSI_PKG_SUB := $(shell cat $(CSI_PROTO) | sed -n -e 's/^package.\([^;]*\);$$/\1/p'|tr '.' '/')
+CSI_PKG_SUB := $(shell cat $(CSI_PROTO) | sed -n -e 's/^package.\([^;]*\).v[0-9]\+;$$/\1/p'|tr '.' '/')
88
CSI_BUILD := $(CSI_PKG_SUB)/.build
89
CSI_GO := $(CSI_PKG_SUB)/csi.pb.go
90
CSI_A := csi.a
lib/go/csi/v0/csi.pb.go renamed to lib/go/csi/csi.pb.go
0 commit comments