1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-31 14:36:50 -05:00

Revert "update Go toolchain version"

This reverts commit 8952eea7c1.
This commit is contained in:
Shelikhoo 2021-09-17 20:57:16 +01:00
parent a1c46f8db3
commit a0a97c0003
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.1
go-version: ^1.17
- 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.1
go-version: ^1.17
- name: Checkout codebase
uses: actions/checkout@v2