File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ test-go:
113113test : test-vet
114114test-vet :
115115 @ echo ; echo " ### $@ :"
116- go test $(GOFLAGS_VENDOR ) ` go list $( GOFLAGS_VENDOR) ./... | grep -v vendor $( TEST_VET_FILTER_CMD) `
116+ go vet $(GOFLAGS_VENDOR ) ` go list $( GOFLAGS_VENDOR) ./... | grep -v vendor $( TEST_VET_FILTER_CMD) `
117117
118118.PHONY : test-fmt
119119test : test-fmt
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ configvar CSI_PROW_WORK "$(mkdir -p "$GOPATH/pkg" && mktemp -d "$GOPATH/pkg/csip
193193# If the deployment script is called with CSI_PROW_TEST_DRIVER=<file name> as
194194# environment variable, then it must write a suitable test driver configuration
195195# into that file in addition to installing the driver.
196- configvar CSI_PROW_DRIVER_VERSION " v1.3.0-rc4 " " CSI driver version"
196+ configvar CSI_PROW_DRIVER_VERSION " v1.3.0" " CSI driver version"
197197configvar CSI_PROW_DRIVER_REPO https://github.com/kubernetes-csi/csi-driver-host-path " CSI driver repo"
198198configvar CSI_PROW_DEPLOYMENT " " " deployment"
199199
You can’t perform that action at this time.
0 commit comments