Use go 1.19

This commit is contained in:
crystal 2023-03-23 00:12:43 -06:00
parent d8481f6b1d
commit ceb20b868f
No known key found for this signature in database
GPG key ID: 1122054731F7CC43
2 changed files with 3 additions and 3 deletions

View file

@ -13,11 +13,11 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: 1.19
- uses: actions/checkout@v3
- name: vet checks
run: make vet
- name: build
run: make build
- name: test
run: make test
run: make test