You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ go build -a -ldflags ' -X main.version=991e8fb04982913f68afdaaf5af265fefc715e1b -extldflags "-static"' -o ./bin/iscsiplugin ./cmd/iscsiplugin
# github.com/kubernetes-csi/csi-driver-iscsi/pkg/iscsi
pkg/iscsi/driver.go:76:22: cannot use NewControllerServer(d) (type *ControllerServer) as type csi.ControllerServer in argument to s.Start:
*ControllerServer does not implement csi.ControllerServer (missing ControllerGetVolume method)
note: module requires Go 1.16
Building iscsiplugin for GOOS= GOARCH= failed, see error(s) above.
make: *** [release-tools/build.make:81: build-iscsiplugin] Error 1
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: