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
Squashed 'release-tools/' changes from 74502e54..bbe5e547
bbe5e547 Use Kubernetes v1.34 and Kind v0.30 by default
4e9eb2c9 Merge pull request #288 from gnufied/add-gnufied-for-csi-approver
064e260d Add myself as csi approver
c852fa79 Merge pull request #287 from andyzhangx/patch-7
bce16c10 fix: upgrade to go1.24.11 to fix CVE-2025-61727
8d1258cc Merge pull request #286 from kubernetes-csi/dependabot/github_actions/actions/checkout-6
91e35981 Bump actions/checkout from 5 to 6
29413815 Merge pull request #285 from andyzhangx/patch-6
fa8b339e fix: upgrade to go1.24.9 to fix CVEs
git-subtree-dir: release-tools
git-subtree-split: bbe5e547e2d675e8ac5d0362f2314f73129c5b56
configvar GOFLAGS_VENDOR "$( [ -d vendor ] &&echo'-mod=vendor')""Go flags for using the vendor directory"
88
88
89
-
configvar CSI_PROW_GO_VERSION_BUILD "1.24.6""Go version for building the component"# depends on component's source code
89
+
configvar CSI_PROW_GO_VERSION_BUILD "1.24.11""Go version for building the component"# depends on component's source code
90
90
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
91
91
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
92
92
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