From d0b18bb5b98458c025012c261497114886d7e5bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 09:54:25 +0200 Subject: [PATCH] chore(deps): update golang docker tag to v1.25.3 (#591) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | | patch | `1.25.2` -> `1.25.3` | | golang | stage | patch | `1.25.2` -> `1.25.3` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Taskfile.yml | 6 +++--- containers/Dockerfile.plugin | 2 +- containers/Dockerfile.sidecar | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 610f971..7c2f185 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -125,7 +125,7 @@ tasks: desc: Run go test env: # renovate: datasource=docker depName=golang versioning=semver - GOLANG_IMAGE_VERSION: 1.25.2 + GOLANG_IMAGE_VERSION: 1.25.3 # renovate: datasource=git-refs depname=kubernetes packageName=https://github.com/kubernetes/kubernetes versioning=semver K8S_VERSION: 1.31.0 # renovate: datasource=git-refs depName=controller-runtime packageName=https://github.com/kubernetes-sigs/controller-runtime versioning=semver @@ -302,7 +302,7 @@ tasks: - start-kind-cluster vars: # renovate: datasource=docker depName=golang versioning=semver - GOLANG_IMAGE_VERSION: 1.25.2 + GOLANG_IMAGE_VERSION: 1.25.3 KUBECONFIG_PATH: sh: mktemp -t kubeconfig-XXXXX env: @@ -321,7 +321,7 @@ tasks: - build-images vars: # renovate: datasource=docker depName=golang versioning=semver - GOLANG_IMAGE_VERSION: 1.25.2 + GOLANG_IMAGE_VERSION: 1.25.3 env: _EXPERIMENTAL_DAGGER_RUNNER_HOST: docker-container://{{ .DAGGER_ENGINE_CONTAINER_NAME }} cmds: diff --git a/containers/Dockerfile.plugin b/containers/Dockerfile.plugin index 537f077..4ed2015 100644 --- a/containers/Dockerfile.plugin +++ b/containers/Dockerfile.plugin @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.25.2 AS gobuilder +FROM --platform=$BUILDPLATFORM golang:1.25.3 AS gobuilder ARG TARGETOS ARG TARGETARCH diff --git a/containers/Dockerfile.sidecar b/containers/Dockerfile.sidecar index 426d99b..d5c635f 100644 --- a/containers/Dockerfile.sidecar +++ b/containers/Dockerfile.sidecar @@ -5,7 +5,7 @@ # Both components are built before going into a distroless container # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.25.2 AS gobuilder +FROM --platform=$BUILDPLATFORM golang:1.25.3 AS gobuilder ARG TARGETOS ARG TARGETARCH