ai gen
This commit is contained in:
7
scripts/update.sh
Normal file
7
scripts/update.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
git pull
|
||||
go get all
|
||||
go get -u ./...
|
||||
go mod tidy
|
||||
git add .
|
||||
git commit -m 'run ./script/update.sh'
|
||||
git push
|
||||
Reference in New Issue
Block a user