mirror of
https://github.com/dyhkwong/Exclave.git
synced 2026-05-07 22:07:47 +08:00
Update Go to 1.25.3 and 1.24.9
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/release_hysteria2.yml
vendored
2
.github/workflows/release_hysteria2.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/release_juicity.yml
vendored
2
.github/workflows/release_juicity.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/release_mieru.yml
vendored
2
.github/workflows/release_mieru.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user