Build by Go 1.10

This commit is contained in:
Michael Kuzmin 2018-03-24 00:15:13 +03:00
parent a89ea71c4a
commit 8ee5ff0189
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
version: '2'
services:
build:
image: jetbrainsinfra/golang:1.9.4
image: jetbrainsinfra/golang:1.10.0
volumes:
- .:/go/src/github.com/jetbrains-infra/packer-builder-vsphere
working_dir: /go/src/github.com/jetbrains-infra/packer-builder-vsphere
command: ./build.sh
test:
image: jetbrainsinfra/golang:1.9.4
image: jetbrainsinfra/golang:1.10.0
volumes:
- .:/go/src/github.com/jetbrains-infra/packer-builder-vsphere
working_dir: /go/src/github.com/jetbrains-infra/packer-builder-vsphere