go-quic not 1.19 ready

This commit is contained in:
Michael Shaw 2022-08-03 14:36:47 -04:00
parent 3804f52aaf
commit 8e3bc49407

View File

@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: ">=1.18.0"
go-version: "1.18.0"
check-latest: true
- uses: actions/checkout@v2