Use actions/setup-go@v6

Signed-off-by: Loren Eteval <loren.eteval@proton.me>
This commit is contained in:
Loren Eteval
2025-12-04 18:35:05 +08:00
parent b8904bb2ce
commit 0825ce5f82
+2 -2
View File
@@ -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