From f953b1e64c877c649e0647111bc4f27755edfcc8 Mon Sep 17 00:00:00 2001 From: Anish Gond Date: Thu, 11 Jun 2026 20:18:42 +0530 Subject: [PATCH] PCP-6891 : updated go version & packages to fix vulnerabilities --- .github/workflows/spectro-release.yaml | 8 ++++---- go.mod | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/spectro-release.yaml b/.github/workflows/spectro-release.yaml index c93761f2a..be019918c 100644 --- a/.github/workflows/spectro-release.yaml +++ b/.github/workflows/spectro-release.yaml @@ -63,8 +63,8 @@ jobs: - name: Build Image env: - GO_VERSION: 1.26.3 - BUILDER_GOLANG_VERSION: 1.26.3 + GO_VERSION: 1.26.4 + BUILDER_GOLANG_VERSION: 1.26.4 REGISTRY: ${{ env.LEGACY_REGISTRY }} run: | make docker-build-all STAGE=release VERSION=${{ env.SPECTRO_VERSION }} @@ -75,8 +75,8 @@ jobs: name: Build Image - FIPS Mode env: FIPS_ENABLE: yes - GO_VERSION: 1.26.3 - BUILDER_GOLANG_VERSION: 1.26.3 + GO_VERSION: 1.26.4 + BUILDER_GOLANG_VERSION: 1.26.4 REGISTRY: ${{ env.FIPS_REGISTRY }} run: | make docker-build-all STAGE=release VERSION=${{ env.SPECTRO_VERSION }} diff --git a/go.mod b/go.mod index bfadc3811..e7b3bf515 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/spectrocloud/cluster-api-provider-maas -go 1.25.10 +go 1.26.4 require ( github.com/go-logr/logr v1.4.2