1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-17 11:09:12 -04:00

Chore: use Go v1.19

This commit is contained in:
秋のかえで
2022-08-19 19:11:54 +08:00
parent ad51c06506
commit 9ae51c1f15
9 changed files with 15 additions and 35 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.18
go-version: ^1.19
- name: Checkout codebase
uses: actions/checkout@v3

View File

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

View File

@@ -30,7 +30,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.18
go-version: ^1.19
- name: Checkout codebase
uses: actions/checkout@v3