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
We no longer need TravisCI, at least not in any component branch which
uses csi-release-tools master. Therefore we can remove it and make
prow.sh the authoritative source for the intended Go version.
While doing that, the version of Go gets bumped to 1.16 (same as
Kubernetes 1.21).
Copy file name to clipboardExpand all lines: prow.sh
+1-8
Original file line number
Diff line number
Diff line change
@@ -85,14 +85,7 @@ configvar CSI_PROW_BUILD_PLATFORMS "linux amd64; windows amd64 .exe; linux ppc64
85
85
# which is disabled with GOFLAGS=-mod=vendor).
86
86
configvar GOFLAGS_VENDOR "$( [ -d vendor ] &&echo'-mod=vendor')""Go flags for using the vendor directory"
87
87
88
-
# Go versions can be specified separately for different tasks
89
-
# If the pre-installed Go is missing or a different
90
-
# version, the required version here will get installed
91
-
# from https://golang.org/dl/.
92
-
go_from_travis_yml () {
93
-
grep "^ *- go:""${RELEASE_TOOLS_ROOT}/travis.yml"| sed -e 's/.*go: *//'
94
-
}
95
-
configvar CSI_PROW_GO_VERSION_BUILD "$(go_from_travis_yml)""Go version for building the component"# depends on component's source code
88
+
configvar CSI_PROW_GO_VERSION_BUILD "1.16""Go version for building the component"# depends on component's source code
96
89
configvar CSI_PROW_GO_VERSION_E2E """override Go version for building the Kubernetes E2E test suite"# normally doesn't need to be set, see install_e2e
97
90
configvar CSI_PROW_GO_VERSION_SANITY "${CSI_PROW_GO_VERSION_BUILD}""Go version for building the csi-sanity test suite"# depends on CSI_PROW_SANITY settings below
98
91
configvar CSI_PROW_GO_VERSION_KIND "${CSI_PROW_GO_VERSION_BUILD}""Go version for building 'kind'"# depends on CSI_PROW_KIND_VERSION below
0 commit comments