Closed goramartin closed 11 months ago
Thank you for pointing this out. We need to update everything to 1.19
For now, would it be possible for you to install go 1.19 and run directly?
Actually, this was really easy to fix. Can you give it another try?
Still failing. I noticed it is also hardcoded in blubber-prepare.sh
:
export GOROOT=/usr/lib/go-1.17
export PATH=${GOROOT}/bin:${PATH}
After further investigation, I noticed it is hardcoded in all of the script files.
Let me get through them.
Done. Would you be so kind to check again?
It builds. Thank you
Hello, I have been trying to build the docker images based on the current repo, since the image in docker-hub seems to be updated 2 years ago. I was trying
blubber-build.sh
scripts which, if I understood correctly, should build the desired images. But I encountered error during theblubber-prepare.sh
phase.Seems like the version used as a base is go1.17 but the dependencies need to have at least go 1.19.