nsmithuk / local-kms

A mock version of AWS' Key Management Service, for local development and testing.
MIT License
198 stars 34 forks source link

golang up version to 1.20 #55

Closed kmlebedev closed 1 year ago

nsmithuk commented 1 year ago

This is proving tricky to merge as a change in Go 1.18 altered the internal workings of ecdsa.PrivateKey such that it's no longer simple to JSON Marshal ECC Keys. Ideally I want to fix this whilst retaining backwards compatibility. I'll try and get the fix in asap.

nsmithuk commented 1 year ago

Thank you for the PR @kmlebedev

This PR was incorporated into https://github.com/nsmithuk/local-kms/pull/57, which also included a small refactor to cover Go's backward breaking change.

Go 1.20 is now in master.