run build and tests on go 1.19

This commit is contained in:
Michael Shaw 2023-03-17 14:28:50 -04:00
parent 07b5ceb36c
commit 05946fc063

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Build
run: go build -v ./...