Skip to content

Commit

Permalink
chore(Makefile): update to go-dev 0.17.0
Browse files Browse the repository at this point in the history
Includes the go 1.7 toolchain. See https://tip.golang.org/doc/go1.7
  • Loading branch information
mboersma committed Aug 19, 2016
1 parent 22debea commit 4e55f42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
@@ -1,10 +1,8 @@
SHORT_NAME := minio SHORT_NAME := minio


export GO15VENDOREXPERIMENT=1

# dockerized development environment variables # dockerized development environment variables
REPO_PATH := github.com/deis/${SHORT_NAME} REPO_PATH := github.com/deis/${SHORT_NAME}
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.9.1 DEV_ENV_IMAGE := quay.io/deis/go-dev:0.17.0
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH} DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
DEV_ENV_PREFIX := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} DEV_ENV_PREFIX := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE} DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
Expand Down

0 comments on commit 4e55f42

Please sign in to comment.