heroku / heroku-buildpack-go

Heroku Go Buildpack
https://devcenter.heroku.com/categories/go
MIT License
3 stars 1 forks source link

Update Go version inventory #487

Closed joshwlewis closed 2 years ago

joshwlewis commented 2 years ago

New Versions:

Default changes:

edmorley commented 2 years ago

@joshwlewis This was released in v162, however the tag for that version is missing - would you mind adding it? https://github.com/heroku/heroku-buildpack-go/tags

The changelog was updated since in #488.

edmorley commented 2 years ago

It looks like there is a make publish command for this repo (like I have for Python), that uses this script to do both the tagging and publishing (for future releases): https://github.com/heroku/heroku-buildpack-go/blob/main/sbin/publish.sh

joshwlewis commented 2 years ago

@edmorley I see v162 in the list at https://github.com/heroku/heroku-buildpack-go/tags. I think we're all square after #488?

edmorley commented 2 years ago

@joshwlewis I sorry I missed that - initially there were actually a few GitHub releases (including v161, but not v162), so my message was originally about them, but I decided to delete those handful of releases in favour of just the tags (since most buildpacks only create the tags, and we were already missing lots of releases), and somehow overlooked the fact that the v162 tag did actually exist :-)