Bump Golang version for the Windows Dockerfile.

Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
This commit is contained in:
Xun Jiang
2026-04-30 17:34:45 +08:00
committed by Xun Jiang/Bruce Jiang
parent 7590359d7b
commit 1c121619db
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ on:
- 'release-**'
paths:
- 'Dockerfile'
- 'Docerfile-Windows'
jobs:
build:

View File

@@ -15,7 +15,7 @@
ARG OS_VERSION=1809
# Velero binary build section
FROM --platform=$BUILDPLATFORM golang:1.25.7-bookworm AS velero-builder
FROM --platform=$BUILDPLATFORM golang:1.25.9-trixie AS velero-builder
ARG GOPROXY
ARG BIN