File tree Expand file tree Collapse file tree
manifests/supervisorcluster Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module sigs.k8s.io/vsphere-csi-driver/v3
22
3- go 1.25.5
3+ go 1.26.1
44
55require (
66 github.com/agiledragon/gomonkey/v2 v2.13.0
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ usage: ${0} [FLAGS]
5555 minimal Docker images. This approach is much faster than multi-stage Docker builds.
5656
5757 Prerequisites:
58- - Go 1.25 or later
58+ - Go 1.26 or later
5959 - Docker (running)
6060 - Git
6161 - Network access to download Go dependencies
@@ -257,7 +257,7 @@ echo "Checking prerequisites..."
257257
258258# Check if Go is installed
259259if ! command -v go & > /dev/null; then
260- fatal " Go is not installed. Please install Go 1.25 or later."
260+ fatal " Go is not installed. Please install Go 1.26 or later."
261261fi
262262
263263# Check Go version
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ BUILD_RELEASE_TYPE="${BUILD_RELEASE_TYPE:-}"
4949# CUSTOM_REPO_FOR_GOLANG can be used to pass custom repository for golang builder image.
5050# Please ensure it ends with a '/'.
5151# Example: CUSTOM_REPO_FOR_GOLANG=<docker-registry>/dockerhub-proxy-cache/library/
52- GOLANG_IMAGE=${CUSTOM_REPO_FOR_GOLANG:- } golang:1.25.5
52+ GOLANG_IMAGE=${CUSTOM_REPO_FOR_GOLANG:- } golang:1.26.1
5353
5454ARCH=amd64
5555OSVERSION=1809
Original file line number Diff line number Diff line change 1717# ###############################################################################
1818# The golang image is used to create the project's module and build caches
1919# and is also the image on which this image is based.
20- ARG GOLANG_IMAGE=golang:1.25.5
20+ ARG GOLANG_IMAGE=golang:1.26.1
2121
2222# ###############################################################################
2323# # GO MOD CACHE STAGE ##
Original file line number Diff line number Diff line change 1616# # BUILD ARGS ##
1717# ###############################################################################
1818# This build arg allows the specification of a custom Golang image.
19- ARG GOLANG_IMAGE=golang:1.25.5
19+ ARG GOLANG_IMAGE=golang:1.26.1
2020
2121# This build arg allows the specification of a custom base image.
2222ARG BASE_IMAGE=photon:5.0
Original file line number Diff line number Diff line change 1414# # BUILD ARGS ##
1515# ###############################################################################
1616# This build arg allows the specification of a custom Golang image.
17- ARG GOLANG_IMAGE=golang:1.25.5
17+ ARG GOLANG_IMAGE=golang:1.26.1
1818
1919# This build arg allows the specification of a custom base image.
2020ARG BASE_IMAGE=photon:5.0
Original file line number Diff line number Diff line change 1616# # BUILD ARGS ##
1717# ###############################################################################
1818# This build arg allows the specification of a custom Golang image.
19- ARG GOLANG_IMAGE=golang:1.25.5
19+ ARG GOLANG_IMAGE=golang:1.26.1
2020ARG OSVERSION
2121ARG ARCH=amd64
2222
Original file line number Diff line number Diff line change @@ -352,6 +352,7 @@ spec:
352352 - name : csi-attacher
353353 image : localhost:5000/vmware.io/csi-attacher:v4.10.0_vmware.1
354354 args :
355+ - " --reconcile-sync=5m"
355356 - " --v=4"
356357 - " --timeout=300s"
357358 - " --csi-address=$(ADDRESS)"
Original file line number Diff line number Diff line change @@ -352,6 +352,7 @@ spec:
352352 - name : csi-attacher
353353 image : localhost:5000/vmware.io/csi-attacher:v4.10.0_vmware.1
354354 args :
355+ - " --reconcile-sync=5m"
355356 - " --v=4"
356357 - " --timeout=300s"
357358 - " --csi-address=$(ADDRESS)"
Original file line number Diff line number Diff line change @@ -352,6 +352,7 @@ spec:
352352 - name : csi-attacher
353353 image : localhost:5000/vmware.io/csi-attacher:v4.10.0_vmware.1
354354 args :
355+ - " --reconcile-sync=5m"
355356 - " --v=4"
356357 - " --timeout=300s"
357358 - " --csi-address=$(ADDRESS)"
You can’t perform that action at this time.
0 commit comments