From c2d62e88cc33356d2824c4632d0bf42e7e0b9c9c Mon Sep 17 00:00:00 2001 From: renovate Date: Sun, 5 Mar 2023 19:01:45 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.20 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ed60414b9..3d78a14ef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -133,7 +133,7 @@ steps: event: [ push, tag, pull_request ] - name: lint - image: golang:1.19-alpine + image: golang:1.20-alpine pull: always environment: GOPROXY: 'https://goproxy.kolaente.de'