From c3869afa62fa316c7faf056bdd333329f64d9134 Mon Sep 17 00:00:00 2001 From: Piyush Kumar Date: Mon, 23 Feb 2026 10:44:44 +0530 Subject: [PATCH] PCP-6027: updated builder go version to 1.24.13 --- .github/workflows/spectro-release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/spectro-release.yaml b/.github/workflows/spectro-release.yaml index 54ce1c07..05b4870f 100644 --- a/.github/workflows/spectro-release.yaml +++ b/.github/workflows/spectro-release.yaml @@ -52,8 +52,8 @@ jobs: - name: Build Image env: REGISTRY: ${{ env.LEGACY_REGISTRY }} - GO_VERSION: 1.24.12 - BUILDER_GOLANG_VERSION: 1.24.12 + GO_VERSION: 1.24.13 + BUILDER_GOLANG_VERSION: 1.24.13 run: | make docker-build-all make docker-push-all @@ -61,8 +61,8 @@ jobs: env: FIPS_ENABLE: yes REGISTRY: ${{ env.FIPS_REGISTRY }} - GO_VERSION: 1.24.12 - BUILDER_GOLANG_VERSION: 1.24.12 + GO_VERSION: 1.24.13 + BUILDER_GOLANG_VERSION: 1.24.13 run: | make docker-build-all make docker-push-all