Skip to content

Commit b916723

Browse files
committed
chore(Makefile): update to go-dev 0.17.0
Includes the go 1.7 toolchain. See https://tip.golang.org/doc/go1.7
1 parent db92af5 commit b916723

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@ SHORT_NAME ?= builder
22

33
include versioning.mk
44

5-
# Enable vendor/ directory support.
6-
export GO15VENDOREXPERIMENT=1
7-
85
# dockerized development environment variables
96
REPO_PATH := github.com/deis/${SHORT_NAME}
10-
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.16.0
7+
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.17.0
118
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
12-
DEV_ENV_PREFIX := docker run --rm -e GO15VENDOREXPERIMENT=1 -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
9+
DEV_ENV_PREFIX := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
1310
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
1411

1512
# Get the component informtation to a tmp location and get replica count

0 commit comments

Comments
 (0)