We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbfc85 commit 6eff9b2Copy full SHA for 6eff9b2
.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:
@@ -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