diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 24015d6338..9463e061e1 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -418,14 +418,14 @@ jobs: # latest: true means that this version mush upload the coverage report to codecov.io # We designate the latest version because we only collect code coverage for that version. k3s: - - version: v1.34.2 + - version: v1.35.0 latest: true + - version: v1.34.2 + latest: false - version: v1.33.1 latest: false - version: v1.32.1 latest: false - - version: v1.31.0 - latest: false needs: - build-go - changes