Bump go version for running tests in github actions

This commit is contained in:
David Dworken 2022-09-03 21:25:00 -07:00
parent d2302ada04
commit 18c4d1c3d9

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: Go test
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
run: |