update github actions go version

This commit is contained in:
finley
2025-05-25 21:21:58 +08:00
parent d6bbf0315c
commit e5b8f2c6a2
4 changed files with 6 additions and 5 deletions

View File

@@ -83,7 +83,7 @@ func ListenAndServe(listener net.Listener, handler tcp.Handler, closeChan <-chan
break
}
// handle
logger.Info("accept link")
// logger.Info("accept link")
ClientCounter++
waitDone.Add(1)
go func() {