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 {
|
for {
|
||||||
shell.Run("git checkout master")
|
shell.Run("git checkout master")
|
||||||
shell.Run("git pull --tags")
|
shell.Run("git pull --tags")
|
||||||
|
shell.Run("go get -v ...")
|
||||||
shell.Run("go get -v -u -t")
|
shell.Run("go get -v -u -t")
|
||||||
|
|
||||||
findtags()
|
findtags()
|
||||||
|
|
Loading…
Reference in New Issue