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 #302 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.15.0
  • Loading branch information
suzuki-shunsuke committed Aug 19, 2020
2 parents f50ce28 + d44c378 commit 56eb983
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.6
image: golang:1.15.0
commands:
- go mod download
volumes: &volumes
Expand All @@ -80,7 +80,7 @@ steps:
- golangci-lint run
volumes: *volumes
- name: codecov
image: golang:1.14.6
image: golang:1.15.0
commands:
# bash and cgo seem to be required
- bash scripts/codecov_test.sh
Expand Down

0 comments on commit 56eb983

Please sign in to comment.