Skip to content

Commit dc6a887

Browse files
committed
use the latest go/dep for resolving dependencies
1 parent e1fbb2e commit dc6a887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- cd ~/cache && sudo tar -C /usr/local -xzf go1.8.linux-amd64.tar.gz
1717
- go version
1818
# Install test utils
19-
- go get github.com/golang/dep/...
19+
- go get -u github.com/golang/dep/...
2020
- go get github.com/golang/lint/golint
2121
post:
2222
- >

0 commit comments

Comments
 (0)