We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7455c13 commit 6b92cc8Copy full SHA for 6b92cc8
lib/go/Makefile
@@ -82,6 +82,7 @@ $(CSI_GO) $(CSI_GRPC): $(CSI_PROTO) $(PROTOC_ALL)
82
@mkdir -p "$(@D)"
83
$(PROTOC) -I../.. --go-grpc_out=$(CSI_PKG_SUB) --go_out=$(CSI_PKG_SUB) \
84
--go_opt=paths=source_relative --go-grpc_opt=paths=source_relative \
85
+ --go_opt=default_api_level=API_HYBRID \
86
"$(<F)"
87
88
build: $(CSI_GO) $(CSI_GRPC)
0 commit comments