From 7a9dddad300fd7ed2f3b158b5eff3a4293fb746b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 17 Feb 2021 03:58:36 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.16.0 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 98620cb..1baec1a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,7 +40,7 @@ volumes: temp: {} steps: - name: download go modules - image: golang:1.15.7 + image: golang:1.16.0 commands: - go mod download volumes: &volumes @@ -52,7 +52,7 @@ steps: - golangci-lint run volumes: *volumes - name: test - image: golang:1.15.7 + image: golang:1.16.0 commands: # bash and cgo seem to be required - bash ci/test.sh "$DRONE_REPO_NAME"