Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Feb 17, 2021
1 parent e673deb commit 7a9ddda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Expand Up @@ -40,7 +40,7 @@ volumes:
temp: {}
steps:
- name: download go modules
image: golang:1.15.7
image: golang:1.16.0
commands:
- go mod download
volumes: &volumes
Expand All @@ -52,7 +52,7 @@ steps:
- golangci-lint run
volumes: *volumes
- name: test
image: golang:1.15.7
image: golang:1.16.0
commands:
# bash and cgo seem to be required
- bash ci/test.sh "$DRONE_REPO_NAME"
Expand Down

0 comments on commit 7a9ddda

Please sign in to comment.