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"