We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a204c4 + 6eff9b2 commit e23695dCopy full SHA for e23695d
.github/workflows/e2e.yml
@@ -29,7 +29,7 @@ env:
29
SETUP_BUILDX_VERSION: "edge"
30
SETUP_BUILDKIT_IMAGE: "moby/buildkit:latest"
31
DESTDIR: "./bin"
32
- K3S_VERSION: "v1.21.2-k3s1"
+ K3S_VERSION: "v1.32.2+k3s1"
33
34
jobs:
35
build:
@@ -65,7 +65,7 @@ jobs:
65
retention-days: 7
66
67
driver:
68
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
69
needs:
70
- build
71
strategy:
@@ -153,7 +153,7 @@ jobs:
153
-
154
name: Install k3s
155
if: matrix.driver == 'kubernetes'
156
- uses: crazy-max/.github/.github/actions/install-k3s@fa6141aedf23596fb8bdcceab9cce8dadaa31bd9
+ uses: crazy-max/.github/.github/actions/install-k3s@7730d1434364d4b9aded32735b078a7ace5ea79a
157
with:
158
version: ${{ env.K3S_VERSION }}
159
0 commit comments