mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-04 20:19:19 +02:00
go 1.17.2
This commit is contained in:
parent
575c7a9687
commit
3f3b54f673
|
@ -123,7 +123,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ^1.17.1
|
||||
go-version: ^1.17.2
|
||||
|
||||
- name: Get project dependencies
|
||||
run: go mod download
|
||||
|
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ^1.17.1
|
||||
go-version: ^1.17.2
|
||||
- name: Checkout codebase
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
|
Loading…
Reference in New Issue