1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-22 05:29:14 -04:00

Chore: use Go 1.20 (#2297)

This commit is contained in:
秋のかえで
2023-02-03 17:08:53 +08:00
committed by GitHub
parent 75addbf195
commit 07ed4e0d29
10 changed files with 35 additions and 34 deletions

View File

@@ -119,7 +119,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ^1.19
go-version: ^1.20
- name: Get project dependencies
run: go mod download
@@ -187,7 +187,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ^1.18
go-version: ^1.20
- uses: actions/download-artifact@v3
with: