mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2026-05-09 18:11:26 +08:00
switch to our own golang toolchain
This commit is contained in:
6
.github/workflows/build-debug.yaml
vendored
6
.github/workflows/build-debug.yaml
vendored
@@ -27,10 +27,10 @@ jobs:
|
||||
uses: gradle/actions/setup-gradle@v5
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v6
|
||||
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
|
||||
with:
|
||||
go-version: "1.26"
|
||||
check-latest: true # Always check for the latest patch release
|
||||
go-download-base-url: 'https://github.com/MetaCubeX/go/releases/download/build'
|
||||
go-version: '1.26'
|
||||
|
||||
- name: Apply Patches
|
||||
run: |
|
||||
|
||||
6
.github/workflows/build-pre-release.yaml
vendored
6
.github/workflows/build-pre-release.yaml
vendored
@@ -25,10 +25,10 @@ jobs:
|
||||
uses: gradle/actions/setup-gradle@v5
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v6
|
||||
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
|
||||
with:
|
||||
go-version: "1.26"
|
||||
check-latest: true # Always check for the latest patch release
|
||||
go-download-base-url: 'https://github.com/MetaCubeX/go/releases/download/build'
|
||||
go-version: '1.26'
|
||||
|
||||
- name: Apply Patches
|
||||
run: |
|
||||
|
||||
6
.github/workflows/build-release.yaml
vendored
6
.github/workflows/build-release.yaml
vendored
@@ -29,10 +29,10 @@ jobs:
|
||||
uses: gradle/actions/setup-gradle@v5
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v6
|
||||
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
|
||||
with:
|
||||
go-version: "1.26"
|
||||
check-latest: true # Always check for the latest patch release
|
||||
go-download-base-url: 'https://github.com/MetaCubeX/go/releases/download/build'
|
||||
go-version: '1.26'
|
||||
|
||||
- name: Apply Patches
|
||||
run: |
|
||||
|
||||
6
.github/workflows/update-dependencies.yaml
vendored
6
.github/workflows/update-dependencies.yaml
vendored
@@ -22,10 +22,10 @@ jobs:
|
||||
java-version: 21
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v6
|
||||
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
|
||||
with:
|
||||
go-version: "1.26"
|
||||
check-latest: true # Always check for the latest patch release
|
||||
go-download-base-url: 'https://github.com/MetaCubeX/go/releases/download/build'
|
||||
go-version: '1.26'
|
||||
|
||||
- name: Apply Patches
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user