From ef61aa88cd5131f0f1a0256db6e21ab459303759 Mon Sep 17 00:00:00 2001 From: Francesco Canovai Date: Mon, 7 Sep 2026 11:57:11 +0200 Subject: [PATCH] ci: remove go version workaround When running hack/setup-cluster.sh in our tests, stick with the version used by CNPG. Signed-off-by: Francesco Canovai --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a69bf3da..82cf45d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -284,17 +284,10 @@ jobs: uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7 with: go-version-file: 'cloudnativepg/go.mod' - check-latest: true - name: Start Kind cluster id: kind-cluster working-directory: cloudnativepg - env: - # setup-go pins GOTOOLCHAIN=local to the version resolved from - # cloudnativepg/go.mod, but cloudnativepg's own Makefile can - # `go run` tools (e.g. goreleaser) that require a newer Go than - # that. - GOTOOLCHAIN: auto run: | hack/setup-cluster.sh create load deploy CLUSTERS=$(kind get clusters)