Merge pull request #5839 from dcantah/ci-weirdness
Fix Linux CI Linter using Go 1.15.14
This commit is contained in:
commit
7f0be5edd8
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -24,11 +24,16 @@ jobs:
|
||||
os: [ubuntu-18.04, macos-10.15, windows-2019]
|
||||
|
||||
steps:
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
version: v1.36.0
|
||||
args: --timeout=5m
|
||||
skip-go-installation: true
|
||||
|
||||
#
|
||||
# Project checks
|
||||
|
Loading…
Reference in New Issue
Block a user