Update Hysteria 2 plugin to v2.6.3

This commit is contained in:
dyhkwong
2025-09-12 15:13:10 +08:00
parent 4464881e5d
commit 9235d2b402
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: 1.24.7
go-version: 1.25.1
cache-dependency-path: "plugin/hysteria2/src/main/go/hysteria2/app/go.sum"
- name: Setup Java
uses: actions/setup-java@v4