7 lines
115 B
Bash
7 lines
115 B
Bash
git pull
|
|
go get all
|
|
go get -u ./...
|
|
go mod tidy
|
|
git add .
|
|
git commit -m 'run ./script/update.sh to update'
|
|
git push |