mirror of
https://github.com/danderson/netboot.git
synced 2025-10-15 09:31:29 +02:00
Gaaaah. Switch deploy stage to Go 1.11. Where modules work.
This commit is contained in:
parent
675c498324
commit
a62f978630
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user