Skip to content

Commit 228555e

Browse files
authored
Merge pull request #1253 from GoogleCloudPlatform/dependabot/docker/cmd/csi_driver/golang-1.26.1
Bump golang from 1.24.11 to 1.26.1 in /cmd/csi_driver
2 parents beaff9f + 2ab2459 commit 228555e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/csi_driver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515

1616
# Build driver go binary
17-
FROM --platform=$BUILDPLATFORM golang:1.24.11 AS driver-builder
17+
FROM --platform=$BUILDPLATFORM golang:1.26.1 AS driver-builder
1818

1919
ARG STAGINGVERSION
2020
ARG TARGETPLATFORM

0 commit comments

Comments
 (0)