mirror of
https://github.com/danderson/netboot.git
synced 2025-08-09 16:17:11 +02:00
Switch the image building to happen on Go 1.10.
This commit is contained in:
parent
800f0e5470
commit
fc62328e66
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user