chore(deps): update goreleaser/goreleaser docker tag to v2.13.1

This commit is contained in:
Renovate
2025-12-07 21:57:46 +00:00
parent fbe962a7b7
commit 8790fd0d82
+2 -2
View File
@@ -61,7 +61,7 @@ deploy-prod:
check_release: check_release:
stage: test stage: test
image: image:
name: goreleaser/goreleaser:v2.13.0@sha256:8a3445440ddb9f40b5a31d477eebef2da57579fc431e5282b97efb3cd73610f1 name: goreleaser/goreleaser:v2.13.1@sha256:d417ee0cb74e8ccb4ca4c10e40a663849b56bb437e6dab410e0053800dcc0514
entrypoint: [ '' ] entrypoint: [ '' ]
variables: variables:
GOTOOLCHAIN: auto GOTOOLCHAIN: auto
@@ -74,7 +74,7 @@ release:
needs: needs:
- unbound_release_prepare_release - unbound_release_prepare_release
image: image:
name: goreleaser/goreleaser:v2.13.0@sha256:8a3445440ddb9f40b5a31d477eebef2da57579fc431e5282b97efb3cd73610f1 name: goreleaser/goreleaser:v2.13.1@sha256:d417ee0cb74e8ccb4ca4c10e40a663849b56bb437e6dab410e0053800dcc0514
entrypoint: [ '' ] entrypoint: [ '' ]
variables: variables:
# Disable shallow cloning so that goreleaser can diff between tags to # Disable shallow cloning so that goreleaser can diff between tags to