Upgrade "github.com/ugorji/go/codec" dependency to 1.29
niontive opened this issue · 1 comments
niontive commented
In ARO billing, we use CosmosDB database client's Next method to list billing documents. After making the HTTP request, we decode the response body using github.com/ugorji/go/codec
.
We recently upgrade to Go 1.20, which breaks this decode call (upstream issue). Version 1.29 has the fix.