Closed cicoyle closed 5 months ago
1.13 is using Go 1.21
1.13 is using Go 1.21
I'll fix this. One sec
1.13 is using Go 1.21
I'll fix this. One sec
Actually I can't. Since
go: github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos@v1.0.0 requires go >= 1.22.0; switching to go1.22.4
But to fix the ptr issue in dapr I need that version of azcosmos
Dependencies have been updated in #3463. In a release branch, please don't change the Go compiler version or any dependency such as cloud provider SDKs unless there are critical bugs or security issues.
closing since the indirect dependency needed to be lowered in the dapr PR to resolve this issue. Artur beat me to committing the fix on Sams branch, but it should be resolved now
Working to finish up the last bits to get Sam's PR here running successfully in CI, but we need to fix the ptr here:
opts.ContinuationToken = &q.token
which requires the version bumped for azcosmos. In the linter step for the PR you will see this:This PR fixes the above issue