try to correctly update all the go dependancies
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
bea78b4f9a
commit
3e61e7da18
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue