1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-03-06 05:25:23 -05:00

chore: update release go version to 1.21

This commit is contained in:
AkinoKaede
2023-08-10 07:30:50 +08:00
parent 347088b286
commit 0320aa8f8d

View File

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