Fix CI configuration. (#59)

This commit is contained in:
M. J. Fromberger
2022-06-11 18:09:11 -07:00
committed by GitHub
parent e5e2d88106
commit 9f120664a3

View File

@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.13', '1.14', '1.15', '1.16', '1.17']
go-version: ['1.13', '1.14', '1.15', '1.16', '1.17', '1.18']
steps:
- name: Install Go ${{ matrix.go-version }}
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v2
- uses: creachadair/go-presubmit-action@default
- uses: creachadair/go-presubmit-action@v1
with:
staticcheck-version: "2020.1.6"