Files
collector/scripts/update.sh

7 lines
105 B
Bash
Raw Normal View History

2026-04-07 12:22:57 +08:00
git pull
go get all
go get -u ./...
go mod tidy
git add .
git commit -m 'run ./script/update.sh'
git push