Update Go to 1.25.3 and 1.24.9

This commit is contained in:
dyhkwong
2025-10-14 10:45:09 +08:00
parent d8d82b02c2
commit df3baa0bce
4 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: 1.25.2
go-version: 1.25.3
cache-dependency-path: "library/core/go.sum"
- name: Setup Go Mobile
# https://github.com/golang/mobile/blob/c31d5b91ecc32c0d598b8fe8457d244ca0b4e815/cmd/gomobile/init.go#L83

View File

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

View File

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

View File

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