build by Go 1.10.4

This commit is contained in:
Michael Kuzmin 2018-10-16 20:05:21 +03:00
parent 4e5d2bfcff
commit b568c5d67a
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
version: '2'
services:
build:
image: jetbrainsinfra/golang:1.10.0
image: jetbrainsinfra/golang:1.10.4
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.10.0
image: jetbrainsinfra/golang:1.10.4
volumes:
- .:/go/src/github.com/jetbrains-infra/packer-builder-vsphere
working_dir: /go/src/github.com/jetbrains-infra/packer-builder-vsphere