1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-03 07:56:42 -05:00

update Go toolchain version

This commit is contained in:
Shelikhoo 2021-09-17 13:39:08 +01:00
parent c58a372d93
commit 8952eea7c1
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.17
go-version: ^1.17.1
- 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@v2
with:
go-version: ^1.17
go-version: ^1.17.1
- name: Checkout codebase
uses: actions/checkout@v2