heroku / heroku-buildpack-go

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

Add support for Golang 1.20.2 and make it default for 1.20 #511

Closed nestorsalceda closed 1 year ago

nestorsalceda commented 1 year ago

New Versions:

Default changes:

nestorsalceda commented 1 year ago

Hey @joshwlewis

Is there something I can do to help with merging this PR?

Thank you!

joshwlewis commented 1 year ago

Hey @nestorsalceda - thanks for the PR and the reminder. It looks like we're missing 1.19.6, 1.19.7, and 1.20.1 too. I took the liberty of adding those to your PR.

joshwlewis commented 1 year ago
$ sbin/sync-files.sh
Getting bucket credentials
Syncing contents of s3://heroku-golang-prod/ to ~/code/heroku-buildpack-go/file-cache.
Ensuring the correct versions of all files specified in files.json
All files verified, syncing to s3

upload: ./go1.20.1.linux-amd64.tar.gz to s3://heroku-golang-prod/go1.20.1.linux-amd64.tar.gz
upload: ./go1.20.2.linux-amd64.tar.gz to s3://heroku-golang-prod/go1.20.2.linux-amd64.tar.gz
upload: ./go1.19.7.linux-amd64.tar.gz to s3://heroku-golang-prod/go1.19.7.linux-amd64.tar.gz
upload: ./go1.19.6.linux-amd64.tar.gz to s3://heroku-golang-prod/go1.19.6.linux-amd64.tar.gz
nestorsalceda commented 1 year ago

Hey @nestorsalceda - thanks for the PR and the reminder. It looks like we're missing 1.19.6, 1.19.7, and 1.20.1 too. I took the liberty of adding those to your PR.

I will do the next time!

Thank you very much! ❤️