From 7aaa21f35a3fc988dc13eef177e70dcbc21c7e8a Mon Sep 17 00:00:00 2001 From: Thibault VINCENT Date: Wed, 18 Mar 2026 15:04:22 +0100 Subject: [PATCH] ci: bump KinD to 0.31.0 --- .github/workflows/pr-code.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-code.yml b/.github/workflows/pr-code.yml index 0ab326b..a08d537 100644 --- a/.github/workflows/pr-code.yml +++ b/.github/workflows/pr-code.yml @@ -11,7 +11,7 @@ permissions: pull-requests: read env: - VERSION_KIND: v0.29.0 + VERSION_KIND: v0.31.0 VERSION_GOLANGCILINT: latest VERSION_GOLANG: '1.25.7' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0980f4a..d1636f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ concurrency: env: COMMIT_NAME: Monkeynator COMMIT_EMAIL: monkeynator@enix.io - VERSION_KIND: v0.29.0 + VERSION_KIND: v0.31.0 VERSION_GOLANGCILINT: latest VERSION_GOLANG: "1.25.7" VERSION_CHARTRELEASER: "1.6.0"