Skip to content

Commit 26d4c42

Browse files
committed
chore(Makefile): use latest go-dev and glide
See https://github.com/deis/docker-go-dev/releases/tag/0.14.0
1 parent caa0896 commit 26d4c42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endif
1313
BUILD_OS ?=linux darwin windows
1414
BUILD_ARCH ?=amd64 386
1515

16-
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.10.0
16+
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.14.0
1717
DEV_ENV_WORK_DIR := /go/src/${repo_path}
1818
DEV_ENV_PREFIX := docker run --rm -e GO15VENDOREXPERIMENT=1 -e CGO_ENABLED=0 -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
1919
DEV_ENV_PREFIX_CGO_ENABLED := docker run --rm -e GO15VENDOREXPERIMENT=1 -e CGO_ENABLED=1 -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}

0 commit comments

Comments
 (0)