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

Commit

Permalink
Merge pull request #281 from suzuki-shunsuke/renovate/docker-golang-1.x
Browse files Browse the repository at this point in the history
chore(deps): update golang docker tag to v1.14.4
  • Loading branch information
suzuki-shunsuke committed Jun 2, 2020
2 parents fa419d2 + ebde1cf commit b457dbe
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.3
image: golang:1.14.4
commands:
- go mod download
volumes: &volumes
Expand All @@ -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
Expand Down

0 comments on commit b457dbe

Please sign in to comment.