heroku / heroku-buildpack-go

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

build fails on specific packages - go1.20 #516

Closed sentoxaio closed 1 year ago

sentoxaio commented 1 year ago

The build fails when trying to compile a file compiling the "go.mongodb.org/mongo-driver/mongo" package, once you remove the package it works fine.

I am installing via vendors, can that cause the issue?

Update: Even with no flags (no vendors), it fails at the same package.

image