asdf-community / asdf-golang

Go plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
534 stars 88 forks source link

Add support for msys2 on windows #92

Open dominicletz opened 1 year ago

dominicletz commented 1 year ago

Thanks for the great plugin @kennyp ❤ ! This PR adds windows support when using the msys2 bash and linux tooling.

kennyp commented 1 year ago

@dominicletz mind updating .github/workflows/main.yml to include windows as well? Thanks!

dominicletz commented 1 year ago

Hm, would love to, but it looks like the asdf-vm/actions/plugin-test@v1 is not windows compatible at all. So someone will have to fix that, or replace the CI steps here with simple bash to test the plugin.