update to go 1.18

This commit is contained in:
Zack 2022-04-06 21:48:39 -07:00 committed by GitHub
parent 087c22d833
commit 4abdbf1ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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