Override staticcheck version for older Go releases.

This commit is contained in:
M. J. Fromberger 2021-01-27 12:28:22 -08:00
parent 8e211fc2dd
commit 457efa2520

View File

@ -21,3 +21,5 @@ jobs:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v2
- uses: creachadair/go-presubmit-action@default
with:
staticcheck-version: "2020.1.6"