Skip to content

Commit

Permalink
CI: Updated go get command
Browse files Browse the repository at this point in the history
  • Loading branch information
danesparza committed Jun 13, 2017
1 parent 720cca9 commit 0dd338e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
# Go configuration on CircleCI is wonky. Make sure our code
# is in the correct Go workspace structure
- rsync -azC --delete ./ --include=".git" "$PROJECT_DIR"
- go get -t -d -v $PACKAGE_PATH/...
- go get -u -a -t -d -v $PACKAGE_PATH/...
cache_directories:
- ~/download
test:
Expand Down

0 comments on commit 0dd338e

Please sign in to comment.