chore(go): upgrade to go1.25.2

This commit is contained in:
yusing
2025-10-08 23:38:33 +08:00
parent a150f1a628
commit bb5f0cdf09
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# Stage 1: deps
FROM golang:1.25.1-alpine AS deps
FROM golang:1.25.2-alpine AS deps
HEALTHCHECK NONE
# package version does not matter

View File

@@ -1,6 +1,6 @@
module github.com/yusing/godoxy/agent
go 1.25.1
go 1.25.2
replace github.com/yusing/godoxy => ..

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/yusing/godoxy
go 1.25.1
go 1.25.2
replace github.com/yusing/godoxy/agent => ./agent

View File

@@ -1,6 +1,6 @@
module github.com/yusing/godoxy/internal/dnsproviders
go 1.25.1
go 1.25.2
replace github.com/yusing/godoxy => ../..

View File

@@ -1,6 +1,6 @@
module github.com/yusing/godoxy/socketproxy
go 1.25.1
go 1.25.2
exclude github.com/yusing/goutils v0.4.2