Gaaaah. Switch deploy stage to Go 1.11. Where modules work.

This commit is contained in:
David Anderson 2019-01-22 21:29:12 -08:00
parent 675c498324
commit a62f978630
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
deploy:
working_directory: /go/src/go.universe.tf/netboot
docker:
- image: circleci/golang:1.10
- image: circleci/golang:1.11
steps:
- checkout
- setup_remote_docker

View File

@ -17,7 +17,7 @@ jobs:
deploy:
working_directory: /go/src/go.universe.tf/netboot
docker:
- image: circleci/golang:1.10
- image: circleci/golang:1.11
steps:
- checkout
- setup_remote_docker