From 1feaec959c7ed2279a481cb3349be4ea7d709370 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 15:05:24 +0000 Subject: [PATCH] chore(deps): update dependency golang to v1.26 --- .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 3978889..a432cd1 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.25.x" + GOLANG_VERSION: "1.26.x" KIND_VERSION: "v0.31.0" K8S_VERSION: "v1.35.1" REGISTRY: "ghcr.io/${{ github.repository_owner }}/postgresql-trunk"