Merge pull request #5839 from dcantah/ci-weirdness

Fix Linux CI Linter using Go 1.15.14
This commit is contained in:
Michael Crosby 2021-08-07 21:43:56 -04:00 committed by GitHub
commit 7f0be5edd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,11 +24,16 @@ jobs:
os: [ubuntu-18.04, macos-10.15, windows-2019] os: [ubuntu-18.04, macos-10.15, windows-2019]
steps: steps:
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: golangci/golangci-lint-action@v2 - uses: golangci/golangci-lint-action@v2
with: with:
version: v1.36.0 version: v1.36.0
args: --timeout=5m args: --timeout=5m
skip-go-installation: true
# #
# Project checks # Project checks