Skip to content

Commit 8052daa

Browse files
authored
update builder image to use go1.21.3 (#1751)
Signed-off-by: cpanato <[email protected]>
1 parent 49a291a commit 8052daa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/validate-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
steps:
3434
- name: Check Signature
3535
run: |
36-
cosign verify ghcr.io/gythialy/golang-cross:v1.21.2-0@sha256:4591478de440b8357b5e597b82b513188e29f5ed362168476bf9f8c30fa33916 \
36+
cosign verify ghcr.io/gythialy/golang-cross:v1.21.3-0@sha256:6e2c885532ad276195d3e3f269055fb2742c8963b231d097c467758dd425a632 \
3737
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
38-
--certificate-identity "https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.21.2-0"
38+
--certificate-identity "https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.21.3-0"
3939
env:
4040
TUF_ROOT: /tmp
4141

@@ -44,7 +44,7 @@ jobs:
4444
needs:
4545
- check-signature
4646
container:
47-
image: ghcr.io/gythialy/golang-cross:v1.21.2-0@sha256:4591478de440b8357b5e597b82b513188e29f5ed362168476bf9f8c30fa33916
47+
image: ghcr.io/gythialy/golang-cross:v1.21.3-0@sha256:6e2c885532ad276195d3e3f269055fb2742c8963b231d097c467758dd425a632
4848

4949
steps:
5050
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0

release/cloudbuild.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ steps:
3838
- TUF_ROOT=/tmp
3939
args:
4040
- 'verify'
41-
- 'ghcr.io/gythialy/golang-cross:v1.21.2-0@sha256:4591478de440b8357b5e597b82b513188e29f5ed362168476bf9f8c30fa33916'
41+
- 'ghcr.io/gythialy/golang-cross:v1.21.3-0@sha256:6e2c885532ad276195d3e3f269055fb2742c8963b231d097c467758dd425a632'
4242
- '--certificate-oidc-issuer'
4343
- "https://token.actions.githubusercontent.com"
4444
- '--certificate-identity'
45-
- "https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.21.2-0"
45+
- "https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.21.3-0"
4646

47-
- name: ghcr.io/gythialy/golang-cross:v1.21.2-0@sha256:4591478de440b8357b5e597b82b513188e29f5ed362168476bf9f8c30fa33916
47+
- name: ghcr.io/gythialy/golang-cross:v1.21.3-0@sha256:6e2c885532ad276195d3e3f269055fb2742c8963b231d097c467758dd425a632
4848
entrypoint: /bin/sh
4949
dir: "go/src/sigstore/rekor"
5050
env:
@@ -67,7 +67,7 @@ steps:
6767
gcloud auth configure-docker \
6868
&& make release
6969
70-
- name: ghcr.io/gythialy/golang-cross:v1.21.2-0@sha256:4591478de440b8357b5e597b82b513188e29f5ed362168476bf9f8c30fa33916
70+
- name: ghcr.io/gythialy/golang-cross:v1.21.3-0@sha256:6e2c885532ad276195d3e3f269055fb2742c8963b231d097c467758dd425a632
7171
entrypoint: 'bash'
7272
dir: "go/src/sigstore/rekor"
7373
env:

0 commit comments

Comments
 (0)