go-quic not 1.19 ready for both checks

This commit is contained in:
Michael Shaw 2022-08-03 14:42:06 -04:00
parent 8e3bc49407
commit e1a92a978e

View File

@ -75,7 +75,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: ">=1.18.0"
go-version: "1.18.0"
check-latest: true
- name: Checkout code