update test workflow to go1.18

This commit is contained in:
Matthew R. Kasun 2022-04-22 04:44:15 -04:00
parent a3f44f152b
commit 38d3691ee0

View file

@ -34,7 +34,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: run tests
run: |
go test -p 1 ./... -v