mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
CircleCI use latest image
Avoid confusion with the golang versioning Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
This commit is contained in:
parent
5f670981d9
commit
4cbba0da48
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ version: 2
|
||||||
defaults: &defaults
|
defaults: &defaults
|
||||||
working_directory: ~/go/src/github.com/docker/libnetwork
|
working_directory: ~/go/src/github.com/docker/libnetwork
|
||||||
docker:
|
docker:
|
||||||
- image: 'circleci/golang:1.10'
|
# the following image is irrelevant for the build, everything is built inside a container, check the Makefile
|
||||||
|
- image: 'circleci/golang:latest'
|
||||||
environment:
|
environment:
|
||||||
dockerbuildargs: .
|
dockerbuildargs: .
|
||||||
dockerargs: --privileged -e CIRCLECI
|
dockerargs: --privileged -e CIRCLECI
|
||||||
|
|
Loading…
Add table
Reference in a new issue