File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11SHORT_NAME := object-storage-cli
2- REPO_PATH := github.com/deis /${SHORT_NAME}
2+ REPO_PATH := github.com/teamhephy /${SHORT_NAME}
33
44HOST_OS := $(shell uname)
55ifeq ($(HOST_OS ) ,Darwin)
88 GOOS=linux
99endif
1010
11- DEV_ENV_IMAGE := quay.io/deis/ go-dev:v1.27.1
11+ DEV_ENV_IMAGE := hephy/ go-dev:v1.26.2
1212DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
1313DEV_ENV_PREFIX := docker run --rm -e GO15VENDOREXPERIMENT=1 -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
1414DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
@@ -21,7 +21,7 @@ GO_LDFLAGS = -ldflags "-s -X ${REPO_PATH}/version.BuildVersion=${VERSION}"
2121VERSION ?= $(shell git rev-parse --short HEAD)
2222
2323bootstrap :
24- ${DEV_ENV_CMD} glide install
24+ ${DEV_ENV_CMD} go mod vendor
2525
2626build : binary-build
2727
You can’t perform that action at this time.
0 commit comments