Skip to content

Commit 5814289

Browse files
authored
Merge pull request #126 from mboersma/update-glide
chore(Makefile): use latest go-dev and glide
2 parents 784558d + 26d4c42 commit 5814289

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)