Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
chore(deps): update golang docker tag to v1.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 20, 2020
1 parent bcf7c0b commit e43dc5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Expand Up @@ -67,7 +67,7 @@ volumes:
temp: {}
steps:
- name: download go modules
image: golang:1.14.4
image: golang:1.14.6
commands:
- go mod download
volumes: &volumes
Expand All @@ -80,7 +80,7 @@ steps:
- golangci-lint run
volumes: *volumes
- name: codecov
image: golang:1.14.4
image: golang:1.14.6
commands:
# bash and cgo seem to be required
- bash scripts/codecov_test.sh
Expand Down

0 comments on commit e43dc5e

Please sign in to comment.