mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-11-02 21:04:01 +08:00
Chore: bump to go1.25 (#490)
* bump go mods * bump actions * remove go.uber.org/automaxprocs
This commit is contained in:
3
main.go
3
main.go
@@ -7,7 +7,6 @@ import (
|
||||
"os/signal"
|
||||
"syscall"
|
||||
|
||||
"go.uber.org/automaxprocs/maxprocs"
|
||||
"gopkg.in/yaml.v3"
|
||||
|
||||
_ "github.com/xjasonlyu/tun2socks/v2/dns"
|
||||
@@ -44,8 +43,6 @@ func init() {
|
||||
}
|
||||
|
||||
func main() {
|
||||
maxprocs.Set(maxprocs.Logger(func(string, ...any) {}))
|
||||
|
||||
if versionFlag {
|
||||
fmt.Println(version.String())
|
||||
fmt.Println(version.BuildString())
|
||||
|
||||
Reference in New Issue
Block a user