Upgrade to Go 1.19

This commit is contained in:
tidwall 2022-09-11 12:39:23 -07:00
parent 94a1cd400a
commit 7f2ce23949
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.19
- name: Check out code
uses: actions/checkout@v2