heroku / heroku-buildpack-go

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

Go 1.22 apps cannot be built after the version change to go1.22.4 #559

Closed HCoban closed 3 months ago

HCoban commented 3 months ago

After the recent change to add go 1.22.4, builds fail with the following error

-----> New Go Version, clearing old cache
-----> Installing go1.22.4
-----> Fetching go1.22.4.linux-amd64.tar.gz... curl: (22) The requested URL returned error: 403
 !     Push rejected, failed to compile Go app.
 !     Push failed
joshwlewis commented 3 months ago

@HCoban The 1.22.4 and 1.22.11 assets weren't available in s3 for a time. This has been fixed and your build should work again. Sorry for the trouble.