mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-18 14:54:19 +01: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:
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:
|
||||
|
||||
Reference in New Issue
Block a user