We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fbb2e commit dc6a887Copy full SHA for dc6a887
circle.yml
@@ -16,7 +16,7 @@ dependencies:
16
- cd ~/cache && sudo tar -C /usr/local -xzf go1.8.linux-amd64.tar.gz
17
- go version
18
# Install test utils
19
- - go get github.com/golang/dep/...
+ - go get -u github.com/golang/dep/...
20
- go get github.com/golang/lint/golint
21
post:
22
- >
0 commit comments