mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-02 03:17:37 +03:00
[dependencies] Update dependency go to ~1.24.0
This commit is contained in:
parent
1c3b777fe5
commit
5704b6ce4d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ~1.20
|
||||
go-version: ~1.24.0
|
||||
continue-on-error: true
|
||||
- name: Build
|
||||
run: |
|
||||
|
@ -57,7 +57,7 @@ jobs:
|
|||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ~1.21
|
||||
go-version: ~1.24.0
|
||||
continue-on-error: true
|
||||
- name: Build
|
||||
run: |
|
||||
|
@ -73,7 +73,7 @@ jobs:
|
|||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ~1.22
|
||||
go-version: ~1.24.0
|
||||
continue-on-error: true
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue