mirror of
https://github.com/LorenEteval/Furious.git
synced 2026-09-22 23:08:08 +03:00
Use actions/setup-go@v6
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
This commit is contained in:
@@ -174,7 +174,7 @@ jobs:
|
||||
python -m pip install nuitka imageio requests
|
||||
python Deploy.py --download
|
||||
- name: Set up go
|
||||
uses: actions/setup-go@v4
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: "1.25"
|
||||
check-latest: true
|
||||
@@ -197,7 +197,7 @@ jobs:
|
||||
python -m pip install "hysteria2 >= 2.0.4"
|
||||
python -m pip install "tun2socks > 2.5.2"
|
||||
- name: Set up go legacy
|
||||
uses: actions/setup-go@v4
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: "1.20"
|
||||
check-latest: true
|
||||
|
||||
Reference in New Issue
Block a user