Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit 940ced5

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 7d859f5 commit 940ced5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
SHORT_NAME := workflow-manager
22

3-
# Enable vendor/ directory support.
4-
export GO15VENDOREXPERIMENT=1
5-
63
include versioning.mk
74

8-
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.13.0
5+
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.17.0
96
SWAGGER_IMAGE := quay.io/goswagger/swagger:0.5.0
107
DEV_ENV_WORK_DIR := /go/src/github.com/deis/${SHORT_NAME}
118
DEV_ENV_CMD := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${DEV_ENV_IMAGE}

0 commit comments

Comments
 (0)