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 #274 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.3
  • Loading branch information
suzuki-shunsuke authored May 16, 2020
2 parents 7e316b7 + 0ca2ac9 commit ec1427a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ec1427a

Please sign in to comment.