From 72284278536794d67e27927a129624b61ee74592 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 04:25:06 +0000 Subject: [PATCH] chore(deps): update docker.io/library/golang:1.26-alpine docker digest to 91eda97 Signed-off-by: Renovate Bot --- gcb/bootstrap-pgp/cloudbuild.yaml | 2 +- gcb/publish/cloudbuild.yaml | 4 ++-- gcb/stage/cloudbuild.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gcb/bootstrap-pgp/cloudbuild.yaml b/gcb/bootstrap-pgp/cloudbuild.yaml index 5c5058f..2bf8d89 100644 --- a/gcb/bootstrap-pgp/cloudbuild.yaml +++ b/gcb/bootstrap-pgp/cloudbuild.yaml @@ -4,7 +4,7 @@ steps: ## Clone & checkout the cert-manager release repository, build cmrel and then ## run the bootstrap-pgp command, which will print keys to stdout -- name: docker.io/library/golang:1.26-alpine@sha256:f85330846cde1e57ca9ec309382da3b8e6ae3ab943d2739500e08c86393a21b1 +- name: docker.io/library/golang:1.26-alpine@sha256:91eda9776261207ea25fd06b5b7fed8d397dd2c0a283e77f2ab6e91bfa71079d entrypoint: sh args: - -c diff --git a/gcb/publish/cloudbuild.yaml b/gcb/publish/cloudbuild.yaml index 9ef79be..410e466 100644 --- a/gcb/publish/cloudbuild.yaml +++ b/gcb/publish/cloudbuild.yaml @@ -18,13 +18,13 @@ secrets: DOCKER_CONFIG: CiQAPjqeEyZx+aSgFNoW7KQ4wE4hp/9vbWElifjHJNTI0/71ywMSkwIAUOH2xwTfrn72i6p+Op2PYnjDfwMBcInMEtgKAqiTsaup3R5HeL8BsZGuWxVhCEm5CJJ0Rg3CPdFUx2IVmCfC3j32LkAiMxMpszdHTjWHEyWmxwtBlTJW8NFmoYzxfN4Ox9rYFF66eZ0XVdLz1UejXpqAkGFVzTzQSu4rvNFnAsP5Sj7ZKJpXn+p0ZZW1IdMTD0xzCwZjW9hhcTjyNaCKDJYwl8j6Y/bYeoUMrzDQNk48fzKIBgxEdUTR2OOAI785GWSrkB4Y03oEyrfw8jTd1yAoil2S6p3AGV1FbvFleajSCy3Ov+5gjomjtqCbTx06hVsTcqLHC45WzAWPa/8TsiXh5PPgBbkg+pfBQUTj6i9+WA== steps: -- name: docker.io/library/golang:1.26-alpine@sha256:f85330846cde1e57ca9ec309382da3b8e6ae3ab943d2739500e08c86393a21b1 +- name: docker.io/library/golang:1.26-alpine@sha256:91eda9776261207ea25fd06b5b7fed8d397dd2c0a283e77f2ab6e91bfa71079d entrypoint: go args: - install - github.com/cert-manager/release/cmd/cmrel@${_RELEASE_REPO_REF} -- name: docker.io/library/golang:1.26-alpine@sha256:f85330846cde1e57ca9ec309382da3b8e6ae3ab943d2739500e08c86393a21b1 +- name: docker.io/library/golang:1.26-alpine@sha256:91eda9776261207ea25fd06b5b7fed8d397dd2c0a283e77f2ab6e91bfa71079d entrypoint: go args: - install diff --git a/gcb/stage/cloudbuild.yaml b/gcb/stage/cloudbuild.yaml index d6cbafb..75e37ec 100644 --- a/gcb/stage/cloudbuild.yaml +++ b/gcb/stage/cloudbuild.yaml @@ -12,7 +12,7 @@ steps: set -e git clone "${_CM_REPO}" . && git checkout "${_CM_REF}" -- name: docker.io/library/golang:1.26-alpine@sha256:f85330846cde1e57ca9ec309382da3b8e6ae3ab943d2739500e08c86393a21b1 +- name: docker.io/library/golang:1.26-alpine@sha256:91eda9776261207ea25fd06b5b7fed8d397dd2c0a283e77f2ab6e91bfa71079d entrypoint: go args: - install