1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-17 11:09:12 -04:00

update builder golang version

This commit is contained in:
Shelikhoo
2025-04-05 16:08:00 +01:00
parent 4c96d63e10
commit c06fe2d34c

View File

@@ -135,7 +135,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ^1.23
go-version: ^1.24
- name: Get project dependencies
run: go mod download
@@ -215,7 +215,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ^1.23
go-version: ^1.24
- uses: actions/download-artifact@v4
with: