diff --git a/.github/workflows/check-linux-build-image.yml b/.github/workflows/check-linux-build-image.yml index 3d52d256f0d..ca160b50023 100644 --- a/.github/workflows/check-linux-build-image.yml +++ b/.github/workflows/check-linux-build-image.yml @@ -14,8 +14,8 @@ jobs: strategy: matrix: build: - - runtime: golang:1.25.1-alpine3.22 - - runtime: mcr.microsoft.com/oss/go/microsoft/golang:1.25.1-bookworm + - runtime: golang:1.25.5-alpine3.22 + - runtime: mcr.microsoft.com/oss/go/microsoft/golang:1.25.5-bookworm runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.github/workflows/create_build_image.yml b/.github/workflows/create_build_image.yml index 5b357c4315c..4701b5ebac1 100644 --- a/.github/workflows/create_build_image.yml +++ b/.github/workflows/create_build_image.yml @@ -14,8 +14,8 @@ jobs: strategy: matrix: build: - - runtime: golang:1.25.1-alpine3.22 - - runtime: mcr.microsoft.com/oss/go/microsoft/golang:1.25.1-bookworm + - runtime: golang:1.25.5-alpine3.22 + - runtime: mcr.microsoft.com/oss/go/microsoft/golang:1.25.5-bookworm suffix: "-boringcrypto" runs-on: ubuntu-latest steps: