ci: Bump deploy step to go 1.11

This commit is contained in:
Enrico Stahn 2018-12-31 10:13:41 +11:00
parent 3dd1a09105
commit d96eb71d76
No known key found for this signature in database
GPG key ID: 5263621C269A50DE

View file

@ -33,7 +33,7 @@ jobs:
deploy: deploy:
docker: docker:
- image: circleci/golang:1.10 - image: circleci/golang:1.11
steps: steps:
- checkout - checkout
- setup_remote_docker - setup_remote_docker