mirror of https://github.com/v2fly/v2ray-core.git
chore: update release go version to 1.21
parent
347088b286
commit
0320aa8f8d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue