Skip to content

Commit 62ee6ea

Browse files
authored
Merge pull request #759 from liangyuanpeng/chore_ci
chore: update kind to v0.29.0
2 parents 3e5ed79 + efc52e4 commit 62ee6ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ on:
1313
env:
1414
GO_TOOLCHAIN: "golang"
1515
# TODO: match BASEIMAGE with Makefile default (nonroot variant)
16-
BASEIMAGE: "gcr.io/distroless/static-debian11"
16+
BASEIMAGE: "gcr.io/distroless/static-debian12"
1717
KIND_CLUSTER_NAME: "kind"
18-
KIND_VERSION: "v0.27.0"
18+
KIND_VERSION: "v0.29.0"
1919

2020
jobs:
2121
build:

0 commit comments

Comments
 (0)