From 848e17578d1fa9d366ad91c06a1036b7b66c879d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Mar 2022 08:01:41 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.18 --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index c1ed5643..bf474b8c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,12 +3,12 @@ kind: pipeline name: coopcloud.tech/abra steps: - name: make check - image: golang:1.17 + image: golang:1.18 commands: - make check - name: make static - image: golang:1.17 + image: golang:1.18 ignore: true # until we decide we all want this check environment: STATIC_CHECK_URL: honnef.co/go/tools/cmd/staticcheck @@ -18,12 +18,12 @@ steps: - make static - 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 @@ -55,7 +55,7 @@ steps: event: tag - name: release - image: golang:1.17 + image: golang:1.18 environment: GITEA_TOKEN: from_secret: goreleaser_gitea_token