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

chore(deps): update golang docker tag to v1.14.3 #274

Merged
merged 1 commit into from
May 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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