run all these go update options
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
3e61e7da18
commit
995878382e
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue