Skip to content

Commit 0c72ae2

Browse files
author
Sayan Samanta
committed
bump dep version to 0.5.4
we need the fix for submodules golang/dep#2168
1 parent 10ddb99 commit 0c72ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make/golang.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is the default Clever Golang Makefile.
22
# It is stored in the dev-handbook repo, github.com/Clever/dev-handbook
33
# Please do not alter this file directly.
4-
GOLANG_MK_VERSION := 0.4.0
4+
GOLANG_MK_VERSION := 0.4.1
55

66
SHELL := /bin/bash
77
SYSTEM := $(shell uname -a | cut -d" " -f1 | tr '[:upper:]' '[:lower:]')
@@ -39,7 +39,7 @@ $(FGT):
3939
golang-ensure-curl-installed:
4040
@command -v curl >/dev/null 2>&1 || { echo >&2 "curl not installed. Please install curl."; exit 1; }
4141

42-
DEP_VERSION = v0.4.1
42+
DEP_VERSION = v0.5.4
4343
DEP_INSTALLED := $(shell [[ -e "bin/dep" ]] && bin/dep version | grep version | grep -v go | cut -d: -f2 | tr -d '[:space:]')
4444
# Dep is a tool used to manage Golang dependencies. It is the offical vendoring experiment, but
4545
# not yet the official tool for Golang.

0 commit comments

Comments
 (0)