From c539c9e8a946da5ada39e8b2d886cf0cf29bbd15 Mon Sep 17 00:00:00 2001 From: Patrick Schratz Date: Tue, 17 Oct 2023 15:49:27 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.21 (#89) 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 | | minor | `1.20` -> `1.21` | | golang | stage | minor | `1.20` -> `1.21` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://codeberg.org/woodpecker-plugins/docker-buildx/pulls/89 --- .woodpecker.yml | 2 +- Dockerfile.multiarch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 05dbdc3..5be415c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,5 +1,5 @@ variables: - - &golang 'golang:1.20' + - &golang 'golang:1.21' - &build_plugin 'woodpeckerci/plugin-docker-buildx:2' - base_settings: &base_buildx_settings platforms: 'linux/amd64,linux/arm64' diff --git a/Dockerfile.multiarch b/Dockerfile.multiarch index a73cb13..3044700 100644 --- a/Dockerfile.multiarch +++ b/Dockerfile.multiarch @@ -1,6 +1,6 @@ ARG BUILDX_VERSION=0.11.0 ARG DOCKER_VERSION=20.10-dind -ARG GOLANG_VERSION=1.20 +ARG GOLANG_VERSION=1.21@sha256:24a09375a6216764a3eda6a25490a88ac178b5fcb9511d59d0da5ebf9e496474 FROM --platform=$BUILDPLATFORM golang:${GOLANG_VERSION} as build