diff --git a/.github/workflows/spectro-release.yaml b/.github/workflows/spectro-release.yaml index a5822e0868..a22e7ebf9d 100644 --- a/.github/workflows/spectro-release.yaml +++ b/.github/workflows/spectro-release.yaml @@ -62,6 +62,8 @@ jobs: name: Build Image env: REGISTRY: ${{ env.LEGACY_REGISTRY }} + GO_VERSION: 1.24.12 + BUILDER_GOLANG_VERSION: 1.24.12 run: | make docker-build-all make docker-push-all @@ -70,6 +72,8 @@ jobs: env: FIPS_ENABLE: yes REGISTRY: ${{ env.FIPS_REGISTRY }} + GO_VERSION: 1.24.12 + BUILDER_GOLANG_VERSION: 1.24.12 run: | make docker-build-all make docker-push-all