mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-04-04 06:13:34 +03:00
chore:Use latest go version
This commit is contained in:
parent
49da98a4b8
commit
87242247b3
4 changed files with 7 additions and 3 deletions
7
.github/workflows/build-debug.yaml
vendored
7
.github/workflows/build-debug.yaml
vendored
|
@ -3,9 +3,9 @@ on:
|
|||
pull_request:
|
||||
types: [opened, reopened, synchronize]
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
#push:
|
||||
# branches:
|
||||
# - main
|
||||
|
||||
jobs:
|
||||
BuildDebug:
|
||||
|
@ -30,6 +30,7 @@ jobs:
|
|||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.23"
|
||||
check-latest: true
|
||||
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
|
|
1
.github/workflows/build-pre-release.yaml
vendored
1
.github/workflows/build-pre-release.yaml
vendored
|
@ -29,6 +29,7 @@ jobs:
|
|||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.23"
|
||||
check-latest: true
|
||||
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
|
|
1
.github/workflows/build-release.yaml
vendored
1
.github/workflows/build-release.yaml
vendored
|
@ -32,6 +32,7 @@ jobs:
|
|||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.23"
|
||||
check-latest: true
|
||||
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
|
|
1
.github/workflows/update-dependencies.yaml
vendored
1
.github/workflows/update-dependencies.yaml
vendored
|
@ -25,6 +25,7 @@ jobs:
|
|||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.23"
|
||||
check-latest: true
|
||||
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue