From 0dd338e6a61bb2ef0a11552dfaaa460294c321c5 Mon Sep 17 00:00:00 2001 From: Dan Esparza Date: Mon, 12 Jun 2017 21:15:08 -0400 Subject: [PATCH] CI: Updated go get command --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 5839b61..dbbc9ba 100644 --- a/circle.yml +++ b/circle.yml @@ -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: