chore: update Go version to 1.25 in workflows and go.mod files

This commit is contained in:
tobyxdd 2025-09-13 16:22:21 -07:00
parent 44235d3de9
commit 7d727cfeaa
5 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.24"
go-version: "1.25"
- name: Setup Python # This is for the build script
uses: actions/setup-python@v5

View file

@ -23,7 +23,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.24"
go-version: "1.25"
- name: Setup Python # This is for the build script
uses: actions/setup-python@v5

View file

@ -2,7 +2,7 @@ module github.com/apernet/hysteria/app/v2
go 1.23
toolchain go1.24.2
toolchain go1.25.1
require (
github.com/apernet/go-tproxy v0.0.0-20230809025308-8f4723fd742f

View file

@ -2,7 +2,7 @@ module github.com/apernet/hysteria/core/v2
go 1.23
toolchain go1.24.2
toolchain go1.25.1
require (
github.com/apernet/quic-go v0.54.1-0.20250907230547-eb32f8aec5e2

View file

@ -2,7 +2,7 @@ module github.com/apernet/hysteria/extras/v2
go 1.23
toolchain go1.24.2
toolchain go1.25.1
require (
github.com/apernet/hysteria/core/v2 v2.0.0-00010101000000-000000000000