Skip to content

Commit 32d64f9

Browse files
committed
Merge pull request #35 from mboersma/update-go-dev
chore(Makefile): update docker-go-dev to 0.10.0
2 parents d4f4f50 + 2618c88 commit 32d64f9

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
@@ -10,7 +10,7 @@ else
1010
GOOS=linux
1111
endif
1212

13-
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.9.0
13+
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.10.0
1414
DEV_ENV_WORK_DIR := /go/src/${repo_path}
1515
DEV_ENV_PREFIX := docker run --rm -e GO15VENDOREXPERIMENT=1 -e CGO_ENABLED=0 -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
1616
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)