run all these go update options

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

View File

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