Closed
Description
Hi Team,
I noticed that RenovateBot added a patch released that pushed minimum requirements of Go up to 1.22.11. This patch version was introduced via revonatebot https://github.com/googleapis/google-api-go-client/pull/2992/files due to googleapis/go-genproto#1185
This has ended up proliferating through the API SDKs and breaking CI/dependency upgrade builds.
Can the version requirement be relaxed to 1.22
to remain compatible with Go's version guarantees.
Environment details
- Programming language: Golang
- OS: macOS
- Language runtime version: latest
Steps to reproduce
- update google.golang.org/api from 0.219.0 to 0.220.0
Version Request
- Would you please reduce the minimum Go version just as deps: Remove Go minor version from go.mods grpc/grpc-go#7831?
- Would you please drop the toolchain directive, unless it's necessary?