From 48b4c87f724b00c6881f8ebaecce1af27bbbb28d Mon Sep 17 00:00:00 2001 From: Kalle <23356117+kalleep@users.noreply.github.com> Date: Fri, 5 Dec 2025 10:49:39 +0100 Subject: [PATCH 1/2] update go to v1.25.5 in build image --- .github/workflows/check-linux-build-image.yml | 4 ++-- .github/workflows/create_build_image.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: From 015a117863b7430d5ec1544016580e79ff3861bb Mon Sep 17 00:00:00 2001 From: Kalle <23356117+kalleep@users.noreply.github.com> Date: Mon, 8 Dec 2025 08:52:23 +0100 Subject: [PATCH 2/2] ci