upgrade github ci workflow

This commit is contained in:
Tai Groot 2022-10-30 20:43:51 -07:00
parent 7f9688c7a1
commit fd0db2ad55
No known key found for this signature in database
GPG Key ID: D00C269A87614812
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.18'
go-version: '1.19'
- run: go version
- run: go test -v ./...