Closed ChronosMasterOfAllTime closed 1 year ago
Leaving this here for now, but in your buildspec.yml add the following commands during the pre_build phase:
pre_build
- BUILD_DIR=$PWD - cd /root/.goenv/plugins/go-build/../.. && git pull && cd - - cd $BUILD_DIR
This will ensure you always have the latest goenv at your disposal. I will add this to our docs.
Leaving this here for now, but in your buildspec.yml add the following commands during the
pre_build
phase:This will ensure you always have the latest goenv at your disposal. I will add this to our docs.