1
0
Fork 0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-04-05 23:03:34 +03:00

test with go 1.17

This commit is contained in:
Arthur Morgan 2021-09-08 15:02:08 +08:00
parent 1dca3cb3dd
commit 5e6eff5ffa

View file

@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.16
go-version: ^1.17
- name: Checkout codebase
uses: actions/checkout@v2