Hey Issue is not about downloading, actually our component requires minimum go1.22.5, and its go tool functionality that it downloads if minimum version requirement is not met.
I can use GOTOOLCHAIN=local so that it uses the local version only, but as our component requires go1.22.5 minimum it fails like this + GOTOOLCHAIN=local CGO_ENABLED=0 go build -mod=vendor -v -o _build/bin/tkn -ldflags -X github.com/tektoncd/cli/pkg/cmd/version.clientVersion=0.38.1 ./cmd/tkn go: go.mod requires go >= 1.22.5 (running go 1.22.2; GOTOOLCHAIN=local) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2077644 Title: golang 1.22.5 in Noble series To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/golang-1.22/+bug/2077644/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
