Skip to content

Commit 5faceaa

Browse files
committed
Merge pull request #71 from arschles/glide08
fix(Makefile,glide.lock): upgrade to glide 0.8 & add lockfile
2 parents 7b3630e + 23f687a commit 5faceaa

2 files changed

Lines changed: 196 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export GO15VENDOREXPERIMENT=1
55

66
# dockerized development environment variables
77
REPO_PATH := github.com/deis/${SHORT_NAME}
8-
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.2.0
8+
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.3.0
99
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
1010
DEV_ENV_PREFIX := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
1111
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
@@ -34,7 +34,7 @@ all:
3434
@echo "Use a Makefile to control top-level building of the project."
3535

3636
bootstrap:
37-
${DEV_ENV_CMD} glide up
37+
${DEV_ENV_CMD} glide install
3838

3939
# This illustrates a two-stage Docker build. docker-compile runs inside of
4040
# the Docker environment. Other alternatives are cross-compiling, doing

glide.lock

Lines changed: 194 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)