try to correctly update all the go dependancies

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-06-09 15:02:49 -07:00
parent bea78b4f9a
commit 3e61e7da18
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ func main() {
for {
shell.Run("git checkout master")
shell.Run("git pull --tags")
shell.Run("go get -v ...")
shell.Run("go get -v -u -t")
findtags()