From eea0488703772490f62dcc4ad0bc03013bd8a7ac Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Mar 2022 08:02:11 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.18 --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index e309885..91dec6b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,17 +3,17 @@ kind: pipeline name: coopcloud.tech/tagcmp steps: - name: make check - image: golang:1.17 + image: golang:1.18 commands: - make check - name: make build - image: golang:1.17 + image: golang:1.18 commands: - make build - name: make test - image: golang:1.17 + image: golang:1.18 commands: - make test