From dc6a8876eb990bc12e5ec0e6931233b0619b9e5d Mon Sep 17 00:00:00 2001 From: ryo nakamaru Date: Tue, 4 Jul 2017 23:44:26 +0900 Subject: [PATCH] use the latest go/dep for resolving dependencies --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index cbd5d82..960cee9 100644 --- a/circle.yml +++ b/circle.yml @@ -16,7 +16,7 @@ dependencies: - cd ~/cache && sudo tar -C /usr/local -xzf go1.8.linux-amd64.tar.gz - go version # Install test utils - - go get github.com/golang/dep/... + - go get -u github.com/golang/dep/... - go get github.com/golang/lint/golint post: - >