cloudfoundry / cli

The official command line client for Cloud Foundry
https://docs.cloudfoundry.org/cf-cli
Apache License 2.0
1.75k stars 928 forks source link

Add explicit go version #2999

Closed Samze closed 2 weeks ago

Samze commented 2 weeks ago

Description of the Change

Without this on arm64:

make test
go install github.com/onsi/ginkgo/v2/ginkgo
go: downloading go1.22 (darwin/arm64)
go: download go1.22 for darwin/arm64: toolchain not available
make: *** [install-test-deps] Error 1

Since Go 1.21, x.y.z version is preferred for non-dev releases. See comment here https://github.com/golang/go/issues/62278#issuecomment-1698829945 and https://github.com/golang/go/issues/62278#issuecomment-1693538776