Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,17 +268,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)
Expand Down
Loading