mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-02 05:34:46 +00:00
static-checks: Restrict static checks to go 1.15 and 1.16
Seems that we get different results when running it with go 1.13. Instead of figuring out why it doesn't work as expected with an EOL version of go, let's just not run the tests on go versions that are already dead. https://endoflife.date/go Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
parent
f4fbf723e1
commit
e386069158
2
.github/workflows/static-checks.yaml
vendored
2
.github/workflows/static-checks.yaml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.14.x, 1.15.x, 1.16.x]
|
||||
go-version: [1.15.x, 1.16.x]
|
||||
os: [ubuntu-20.04]
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user