Update xtls and go to 1.19

This commit is contained in:
yuhan6665 2022-09-11 00:20:06 -04:00
parent ed9ffa82c9
commit 84537e98c4
10 changed files with 22 additions and 22 deletions

View file

@ -125,7 +125,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
check-latest: true
- name: Get project dependencies

View file

@ -30,7 +30,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
check-latest: true
- name: Checkout codebase
uses: actions/checkout@v3