From 6593baf9f4f16d61ba1fbf126976cccbe457f1e4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 3 Aug 2022 07:01:11 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.19 --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 46c6c904..4702ba95 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,17 +3,17 @@ kind: pipeline name: coopcloud.tech/abra steps: - name: make check - image: golang:1.18 + image: golang:1.19 commands: - make check - name: make build - image: golang:1.18 + image: golang:1.19 commands: - make build - name: make test - image: golang:1.18 + image: golang:1.19 commands: - make test @@ -45,7 +45,7 @@ steps: event: tag - name: release - image: golang:1.18 + image: golang:1.19 environment: GITEA_TOKEN: from_secret: goreleaser_gitea_token