chore: update Go version to 1.25.1 in Dockerfile and module files

This commit is contained in:
yusing
2025-09-05 11:41:46 +08:00
parent d9fbd53870
commit d83c367e7f
6 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
module github.com/yusing/go-proxy/socketproxy
go 1.25.0
go 1.25.1
replace github.com/yusing/go-proxy/internal/utils => ../internal/utils