-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
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 #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?
Related/Relevant Issues
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.