Skip to content

Commit bad1a3f

Browse files
committed
Update environment variables in spectro-release.yaml for consistency with Go version 1.24.12
1 parent 973c191 commit bad1a3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/spectro-release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
env:
6464
REGISTRY: ${{ env.LEGACY_REGISTRY }}
6565
GO_VERSION: 1.24.12
66-
BUILDER_GOLANG_VERSION: 1.24.12
66+
BUILDER_GOLANG_VERSION: 1.24.12
6767
run: |
6868
make docker-build-all
6969
make docker-push-all
@@ -73,6 +73,8 @@ jobs:
7373
FIPS_ENABLE: yes
7474
REGISTRY: ${{ env.FIPS_REGISTRY }}
7575
ALL_ARCH: amd64
76+
GO_VERSION: 1.24.12
77+
BUILDER_GOLANG_VERSION: 1.24.12
7678
run: |
7779
make docker-build-all
7880
make docker-push-all

0 commit comments

Comments
 (0)