File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# This is the default Clever Golang Makefile.
2
2
# It is stored in the dev-handbook repo, github.com/Clever/dev-handbook
3
3
# Please do not alter this file directly.
4
- GOLANG_MK_VERSION := 0.4.0
4
+ GOLANG_MK_VERSION := 0.4.1
5
5
6
6
SHELL := /bin/bash
7
7
SYSTEM := $(shell uname -a | cut -d" " -f1 | tr '[:upper:]' '[:lower:]')
@@ -39,7 +39,7 @@ $(FGT):
39
39
golang-ensure-curl-installed :
40
40
@command -v curl > /dev/null 2>&1 || { echo >&2 " curl not installed. Please install curl." ; exit 1; }
41
41
42
- DEP_VERSION = v0.4.1
42
+ DEP_VERSION = v0.5.4
43
43
DEP_INSTALLED := $(shell [[ -e "bin/dep" ]] && bin/dep version | grep version | grep -v go | cut -d: -f2 | tr -d '[:space:]')
44
44
# Dep is a tool used to manage Golang dependencies. It is the offical vendoring experiment, but
45
45
# not yet the official tool for Golang.
You can’t perform that action at this time.
0 commit comments