Fix CI configuration. (#59)
This commit is contained in:
4
.github/workflows/go-presubmit.yml
vendored
4
.github/workflows/go-presubmit.yml
vendored
@ -13,13 +13,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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:
|
steps:
|
||||||
- name: Install Go ${{ matrix.go-version }}
|
- name: Install Go ${{ matrix.go-version }}
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: creachadair/go-presubmit-action@default
|
- uses: creachadair/go-presubmit-action@v1
|
||||||
with:
|
with:
|
||||||
staticcheck-version: "2020.1.6"
|
staticcheck-version: "2020.1.6"
|
||||||
|
Reference in New Issue
Block a user