From 7a77b4deb6719b67c18ca3b385a4888670252f26 Mon Sep 17 00:00:00 2001 From: woodpecker-bot Date: Fri, 27 Oct 2023 12:27:37 +0000 Subject: [PATCH] Update golang Docker tag to v1.21 (#9) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | golang | minor | `1.18` -> `1.21` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "before 4am" (UTC). 🚦 **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 this update 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/go-plugin/pulls/9 Co-authored-by: woodpecker-bot Co-committed-by: woodpecker-bot --- .woodpecker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 7a4ab3e..c05e49b 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -5,7 +5,7 @@ when: - ${CI_REPO_DEFAULT_BRANCH} variables: - - &golang "golang:1.18" + - &golang "golang:1.21" steps: vendor: