Fix Linux CI Linter using go 1.15.14
For some reason the Linux CI runs end up using go 1.15.14 instead of 1.16.6 for the Windows runs, or any of the other CI steps. Not sure if this is due to the linter installing it's own version of go or something else. Signed-off-by: Daniel Canter <dcanter@microsoft.com>
This commit is contained in:
parent
b43d9502c2
commit
534685f955
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -26,6 +26,10 @@ 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
|
||||||
with:
|
with:
|
||||||
path: src/github.com/containerd/containerd
|
path: src/github.com/containerd/containerd
|
||||||
@ -41,6 +45,7 @@ jobs:
|
|||||||
version: v1.36.0
|
version: v1.36.0
|
||||||
working-directory: src/github.com/containerd/containerd
|
working-directory: src/github.com/containerd/containerd
|
||||||
args: --timeout=5m
|
args: --timeout=5m
|
||||||
|
skip-go-installation: true
|
||||||
|
|
||||||
#
|
#
|
||||||
# Project checks
|
# Project checks
|
||||||
|
Loading…
Reference in New Issue
Block a user