Skip to content

Commit 412b4e2

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 8528182 commit 412b4e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ REPO_PATH = github.com/deis/registry
1111

1212
# The following variables describe the containerized development environment
1313
# and other build options
14-
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.11.1
14+
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.17.0
1515
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
16-
DEV_ENV_PREFIX := docker run --rm -e GO15VENDOREXPERIMENT=1 -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
16+
DEV_ENV_PREFIX := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
1717
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
1818
LDFLAGS := "-s -w -X main.version=${VERSION}"
1919
BINDIR := ./rootfs/opt/registry/sbin

0 commit comments

Comments
 (0)