From 1d69be641c02fe1df9f59fe5656369c9b8a8d20d Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 1 Oct 2025 12:57:39 +0000 Subject: [PATCH] chore(deps): update goreleaser/goreleaser docker tag to v2.12.5 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2d43ca..f3b8a55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,7 +61,7 @@ deploy-prod: check_release: stage: test image: - name: goreleaser/goreleaser:v2.12.4@sha256:d71bac816a7c08bc272e6460c4dac901aed85062699577ee6514ec58f85cb712 + name: goreleaser/goreleaser:v2.12.5@sha256:812dda67b334c99b80571720977e6eee7e977a57e6b8e29a8b0c680a750300d7 entrypoint: [ '' ] variables: GOTOOLCHAIN: auto @@ -74,7 +74,7 @@ release: needs: - unbound_release_prepare_release image: - name: goreleaser/goreleaser:v2.12.4@sha256:d71bac816a7c08bc272e6460c4dac901aed85062699577ee6514ec58f85cb712 + name: goreleaser/goreleaser:v2.12.5@sha256:812dda67b334c99b80571720977e6eee7e977a57e6b8e29a8b0c680a750300d7 entrypoint: [ '' ] variables: # Disable shallow cloning so that goreleaser can diff between tags to