1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-18 01:41:33 -04:00

Update Go version to v1.23

This commit is contained in:
Shelikhoo 2024-09-15 14:33:01 +01:00 committed by Xiaokang Wang (Shelikhoo)
parent f6cf0f28f3
commit 4402ebc0e2

View File

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