Skip to content

Commit

Permalink
k8s: bump up kind version
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
  • Loading branch information
thehajime committed Jul 29, 2024
1 parent 1438b1e commit dc3a9bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
TRAVIS_OS_NAME: ${{ matrix.os_alias }}
TRAVIS_ARCH: ${{ matrix.arch }}
REGISTRY: ghcr.io/
KIND_IMG_VERSION: v1.27.0
KIND_VERSION: v0.19.0
KIND_IMG_VERSION: v1.30.0
KIND_VERSION: v0.23.0
CC: ${{ matrix.cc }}
CGO_ENABLED: ${{ matrix.cgo_enabled }}
GOOS: ${{matrix.goos}}
Expand Down
3 changes: 1 addition & 2 deletions k8s/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# XXX v1.27.0 is the last version that `containerd-shim` file is included
FROM kindest/node:v1.27.0
FROM kindest/node:v1.30.0

COPY ./runu /usr/bin/runu
COPY ./libc.so /usr/lib/runu/
Expand Down

0 comments on commit dc3a9bb

Please sign in to comment.