errors deploying with recent changes
kmarquardsen opened this issue · 5 comments
kmarquardsen commented
@yunspace
make: dep: Command not found
make: *** [_deps] Error 127
make: *** [deps] Error 2
mrserverless commented
thanks, I thought I pushed a fix in the docker image but obviously not... looking into it...
kmarquardsen commented
👍 no worries. I glanced at the changes but it wasn't immediately obvious. Let me know if I'm just missing something
mrserverless commented
epic fail on my side. I committed fec09f0 but it was building latest in docker hub and I didn't re-tag 1.21.1 properly.
Please delete the old image docker rmi yunspace/serverless-golang:1.21.1 and re-try.
kmarquardsen commented
thanks! all good now
mrserverless commented
Awesome, I think I will need to add more tests and CI around this going forward.