-
Notifications
You must be signed in to change notification settings - Fork 877
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azcosmos
forces min go version to 1.22.0 instead of 1.18
#22827
Labels
Client
This issue points to a problem in the data-plane of the library.
Cosmos
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @MehaKaushik @wmengmsft. |
For my own needs Go 1.21 would be ok too -- I'm trying to Backport this to Dapr 1.12 (which we still have to support), but Dapr 1.12 has to stick with Go 1.21 |
I thought the POR was to set this to |
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Client
This issue points to a problem in the data-plane of the library.
Cosmos
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
Bug Report
azcosmos
v1.0.0 forces the min Go version to 1.22.0 instead of the standard 1.18 used by the rest of the Azure SDK for Go.This was caused in #22394 by @simorenoh.
Please release a patch version v1.0.1 with the
go.mod
set to 1.18 again.The text was updated successfully, but these errors were encountered: