build: update Go version to 1.24.3 in Dockerfile and go.mod

This commit is contained in:
yusing
2025-05-07 23:12:55 +08:00
parent c90ec8caa1
commit 4daefa19d1
5 changed files with 20 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
module github.com/yusing/go-proxy/internal/dnsproviders
go 1.24.2
go 1.24.3
replace github.com/yusing/go-proxy => ../..