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:
113
113
test : test-vet
114
114
test-vet :
115
115
@ 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) `
117
117
118
118
.PHONY : test-fmt
119
119
test : 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
193
193
# If the deployment script is called with CSI_PROW_TEST_DRIVER=<file name> as
194
194
# environment variable, then it must write a suitable test driver configuration
195
195
# 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"
197
197
configvar CSI_PROW_DRIVER_REPO https://github.com/kubernetes-csi/csi-driver-host-path " CSI driver repo"
198
198
configvar CSI_PROW_DEPLOYMENT " " " deployment"
199
199
You can’t perform that action at this time.
0 commit comments