Skip to content

Commit fc678c8

Browse files
authored
update go to v1.25.5 in build image (#5014)
* update go to v1.25.5 in build image
1 parent b1cb806 commit fc678c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.1-alpine3.22
18-
- runtime: mcr.microsoft.com/oss/go/microsoft/golang:1.25.1-bookworm
17+
- runtime: golang:1.25.5-alpine3.22
18+
- runtime: mcr.microsoft.com/oss/go/microsoft/golang:1.25.5-bookworm
1919
runs-on: ubuntu-latest
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.1-alpine3.22
18-
- runtime: mcr.microsoft.com/oss/go/microsoft/golang:1.25.1-bookworm
17+
- runtime: golang:1.25.5-alpine3.22
18+
- runtime: mcr.microsoft.com/oss/go/microsoft/golang:1.25.5-bookworm
1919
suffix: "-boringcrypto"
2020
runs-on: ubuntu-latest
2121
steps:

0 commit comments

Comments
 (0)