wk8 / go-ordered-map

Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.
Apache License 2.0
523 stars 40 forks source link

Publish v2.2.0 #43

Open TristanSpeakEasy opened 2 months ago

TristanSpeakEasy commented 2 months ago

Hi @wk8 sorry I tried to fix the CI but circleci haven't released a version for go 1.23 yet need to wait for this PR to merge then it should work https://github.com/CircleCI-Public/cimg-go/pull/300

in my local testing the module worked great and the CI should start passing as soon as the above PR is merged.

But would be great if you could still publish a v2.2.0 release

Thanks

bflad commented 1 month ago

It seems like https://github.com/CircleCI-Public/cimg-go/pull/300 has been resolved. 👍