1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-26 23:24:35 -04: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
No known key found for this signature in database
GPG Key ID: D2192CF5FF4AC1C7

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: