Skip to content

Commit 541cf24

Browse files
committed
chore(go-dev): upgrading go-dev container to v1.26.2
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
1 parent 5d382c3 commit 541cf24

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include versioning.mk
44

55
# dockerized development environment variables
66
REPO_PATH := github.com/teamhephy/${SHORT_NAME}
7-
DEV_ENV_IMAGE := hephy/go-dev:v1.25.1
7+
DEV_ENV_IMAGE := hephy/go-dev:v1.26.2
88
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
99
DEV_ENV_PREFIX := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
1010
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}

glide.lock

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

glide.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ import:
4545
version: v0.9.1
4646
- package: github.com/prometheus/common
4747
version: v0.1.0
48+
- package: golang.org/x/net
49+
version: 49e6db1c9ed2b2fdbc57fd579f0ca8f6082350be
50+
- package: golang.org/x/text/secure/bidirule
51+
version: c4d099d611ac3ded35360abf03581e13d91c828f
4852
- package: github.com/spf13/pflag
4953
version: 8e7dc108ab3a1ab6ce6d922bbaff5657b88e8e49
5054
repo: https://github.com/spf13/pflag

0 commit comments

Comments
 (0)