Switch the image building to happen on Go 1.10.

This commit is contained in:
David Anderson 2018-08-12 20:30:37 -07:00
parent 800f0e5470
commit fc62328e66
2 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ jobs:
deploy:
working_directory: /go/src/go.universe.tf/netboot
docker:
- image: circleci/golang:1.9
- image: circleci/golang:1.10
steps:
- checkout
- setup_remote_docker
@ -66,4 +66,4 @@ workflows:
tags:
only: /.*/
requires:
- test-1.9
- test-1.10

View File

@ -17,7 +17,7 @@ jobs:
deploy:
working_directory: /go/src/go.universe.tf/netboot
docker:
- image: circleci/golang:1.9
- image: circleci/golang:1.10
steps:
- checkout
- setup_remote_docker
@ -42,4 +42,4 @@ workflows:
tags:
only: /.*/
requires:
- test-1.9
- test-1.10