From b13e12ad4131c4debba4e9c81293d7e4abd9523e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:51:11 +0100 Subject: [PATCH] chore(deps): update dependency golang to v1.24 (#74) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/reusable-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-e2e.yml b/.github/workflows/reusable-e2e.yml index aa30aa1..26d5e67 100644 --- a/.github/workflows/reusable-e2e.yml +++ b/.github/workflows/reusable-e2e.yml @@ -27,7 +27,7 @@ on: # set up environment variables to be used across all the jobs env: - GOLANG_VERSION: "1.23.x" + GOLANG_VERSION: "1.24.x" KIND_VERSION: "v0.27.0" K8S_VERSION: "v1.32.2" REGISTRY: "ghcr.io/${{ github.repository_owner }}/postgresql-trunk"