microsoft / go-winio

Win32 IO-related utilities for Go
MIT License
939 stars 181 forks source link

Release of go-winio for go1.22 support #316

Closed winkingturtle-vmw closed 3 months ago

winkingturtle-vmw commented 3 months ago

Thanks @dagood for adding support for go1.22 in this pr. We currently pull the latest released version of this library and since the last release of this library was about a year ago, we are unable to pull the latest changes. It looks like moby will be running into the same issue. Would it be possible to cut a new release of this library so that we can complete our migration to go1.22?

dagood commented 3 months ago

It looks like this has been done as of 3 days ago: https://github.com/microsoft/go-winio/releases/tag/v0.6.2 🎉

(Sorry for the delayed response, was busy last week. I don't have tagging power, but I could have potentially looped someone in.)

winkingturtle-vmw commented 3 months ago

Thank you for releasing go-winio, we are now able to move forward with our upgrade plan.