From e17d25aae9684229a43bc7c20c7cef50d86d62bc Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 2 Feb 2023 00:01:37 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.20 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e1fa089..a0c4f2c 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 -- 2.40.1