diff --git a/.drone.yml b/.drone.yml index 445eba8c..0373817b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -67,7 +67,7 @@ volumes: temp: {} steps: - name: download go modules - image: golang:1.14.2 + image: golang:1.14.3 commands: - go mod download volumes: &volumes @@ -80,7 +80,7 @@ steps: - golangci-lint run volumes: *volumes - name: codecov - image: golang:1.14.2 + image: golang:1.14.3 commands: # bash and cgo seem to be required - bash scripts/codecov_test.sh