From ebde1cf37d4a53bf23c74b9b6a150e70292d53c2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 2 Jun 2020 03:48:46 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.14.4 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 437f6c08..124fa356 100644 --- a/.drone.yml +++ b/.drone.yml @@ -67,7 +67,7 @@ volumes: temp: {} steps: - name: download go modules - image: golang:1.14.3 + image: golang:1.14.4 commands: - go mod download volumes: &volumes @@ -80,7 +80,7 @@ steps: - golangci-lint run volumes: *volumes - name: codecov - image: golang:1.14.3 + image: golang:1.14.4 commands: # bash and cgo seem to be required - bash scripts/codecov_test.sh