File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 - name : Checkout
13131414 with :
15- fetch-depth : 0
15+ fetch-depth : 1
1616
1717 - name : Set up Go
1818 uses : actions/setup-go@v2
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ func readLine() (str string) {
2929}
3030
3131func lastVersion () (string , error ) {
32- r , err := download.Request {URL : "https://api.github.com/repos/Mrs4s /go-cqhttp/releases/latest" }.JSON ()
32+ r , err := download.Request {URL : "https://api.github.com/repos/CodeLaboratory /go-cqhttp/releases/latest" }.JSON ()
3333 if err != nil {
3434 return "" , err
3535 }
@@ -49,7 +49,7 @@ func CheckUpdate() {
4949 return
5050 }
5151 if global .VersionNameCompare (base .Version , latest ) {
52- logrus .Infof ("当前有更新的 go-cqhttp 可供更新, 请前往 https://github.com/Mrs4s /go-cqhttp/releases 下载." )
52+ logrus .Infof ("当前有更新的 go-cqhttp 可供更新, 请前往 https://github.com/CodeLaboratory /go-cqhttp/releases 下载." )
5353 logrus .Infof ("当前版本: %v 最新版本: %v" , base .Version , latest )
5454 return
5555 }
You can’t perform that action at this time.
0 commit comments