Skip to content

Commit bf30c6b

Browse files
ci: Update build images to go 1.25.7 [backport] (#5527)
## Backport of #5525 This PR backports #5525 to release/v1.13. ### Original PR Author @jharvey10 Co-authored-by: Joe Harvey <51208233+jharvey10@users.noreply.github.com>
1 parent c5bae26 commit bf30c6b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/check-linux-build-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
build:
17-
- runtime: golang:1.25.6-alpine3.23
18-
- runtime: mcr.microsoft.com/oss/go/microsoft/golang:1.25.6-bookworm
17+
- runtime: golang:1.25.7-alpine3.23
18+
- runtime: mcr.microsoft.com/oss/go/microsoft/golang:1.25.7-bookworm
1919
runs-on: ubuntu-latest-8-cores
2020
steps:
2121
- name: Checkout

.github/workflows/create_build_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
build:
17-
- runtime: golang:1.25.6-alpine3.23
18-
- runtime: mcr.microsoft.com/oss/go/microsoft/golang:1.25.6-bookworm
17+
- runtime: golang:1.25.7-alpine3.23
18+
- runtime: mcr.microsoft.com/oss/go/microsoft/golang:1.25.7-bookworm
1919
suffix: "-boringcrypto"
2020
runs-on: ubuntu-latest-8-cores
2121
steps:

tools/build-image/windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM library/golang:1.24.0-windowsservercore-ltsc2022
1+
FROM library/golang:1.25.7-windowsservercore-ltsc2022
22

33
SHELL ["powershell", "-command"]
44

0 commit comments

Comments
 (0)