From 76d77e8afc5f3b6a437073fd571bc3345244bb0d Mon Sep 17 00:00:00 2001 From: remche Date: Mon, 19 Sep 2022 14:27:19 +0200 Subject: [PATCH] ci: bump k3s version --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 3a544a2..a9e58d9 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,9 +17,9 @@ jobs: matrix: include: - K3S_VERSION: "latest" + - K3S_VERSION: "v1.24" - K3S_VERSION: "v1.23" - K3S_VERSION: "v1.22" - - K3S_VERSION: "v1.21" steps: - uses: actions/checkout@v3 - name: Setup /etc/hosts