Files

7 lines
106 B
Bash
Raw Permalink Normal View History

2026-06-21 17:50:24 +08:00
git pull
go get all
go get -u ./...
go mod tidy
git add .
git commit -m 'run ./scripts/update.sh'
git push