From 6aed89a56d32be05ca3da6057899fa729f911f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Fei?= Date: Fri, 19 Apr 2024 15:49:44 +0200 Subject: [PATCH] chore: update tooling versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Niccolò Fei --- .github/workflows/continuous-delivery.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 6794c4f..1183b54 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -11,8 +11,9 @@ on: # set up environment variables to be used across all the jobs env: - GOLANG_VERSION: "1.21.x" - KIND_VERSION: "v0.20.0" + GOLANG_VERSION: "1.22.x" + KIND_VERSION: "v0.22.0" + K8S_VERSION: "v1.29.0" REGISTRY: "ghcr.io/cloudnative-pg/postgresql-trunk" POSTGRES_VERSION: "17-devel" @@ -69,7 +70,6 @@ jobs: runs-on: ubuntu-22.04 env: TEST_DEPTH: 4 - K8S_VERSION: "v1.28.0" ID: "local" POSTGRES_KIND: "PostgreSQL"