From 9e49701dd9a954360e6886e88ab792f883276ce3 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 2 Feb 2023 04:33:05 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.20 (#11) 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 | docker | minor | `1.19` -> `1.20` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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). Co-authored-by: Renovate Reviewed-on: https://gitea.dwysokinski.me/Kichiyaki/chizap/pulls/11 Co-authored-by: renovate Co-committed-by: renovate --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 522b6f4..250a6ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: test steps: - name: test - image: golang:1.19 + image: golang:1.20 commands: - go test -race -coverprofile=coverage.txt -covermode=atomic ./... @@ -23,7 +23,7 @@ name: check-go-mod steps: - name: check go.mod - image: golang:1.19 + image: golang:1.20 commands: - go mod tidy - git diff --exit-code go.mod