go-nv / goenv

:blue_car: Like pyenv and rbenv, but for Go.
https://github.com/go-nv/goenv
MIT License
2.09k stars 249 forks source link

Add support for Go 1.20.6 #308

Closed DAcodedBEAT closed 1 year ago

DAcodedBEAT commented 1 year ago

It looks like 1.20.6 is released, goenv should be able to install golang 1.20.6

see: https://go.dev/doc/devel/release#go1.20.6

matheusiacono commented 1 year ago

I think it's done here https://github.com/syndbg/goenv/pull/309

We just need a new release.

DAcodedBEAT commented 1 year ago

Thanks for looking into this @matheusiacono! :)

@ChronosMasterOfAllTime can you do the honors of cutting a new release which contains the new Go version?

ChronosMasterOfAllTime commented 1 year ago

Sure thing. I think it's time I automate the PR creation process for homebrew when a new release is cut. Will save me time!

ChronosMasterOfAllTime commented 1 year ago

This is released now. Future goenv versions and releases will be done via automated processes!