Skip to content

Commit bb209cb

Browse files
authored
Merge pull request #3 from Cryptophobia/master
chore(Makefile): move to hephy/go-dev:v1.27.1
2 parents f5b0097 + a392c90 commit bb209cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ else
88
GOOS=linux
99
endif
1010

11-
DEV_ENV_IMAGE := hephy/go-dev:v1.26.2
11+
DEV_ENV_IMAGE := hephy/go-dev:v1.27.1
1212
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
1313
DEV_ENV_PREFIX := docker run --rm -e GO15VENDOREXPERIMENT=1 -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
1414
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}

0 commit comments

Comments
 (0)