matcornic / hugo-theme-learn

Porting Grav Learn theme to Hugo
https://learn.netlify.com/en/
MIT License
1.61k stars 1.28k forks source link

Wercker fails #176

Closed matcornic closed 6 years ago

matcornic commented 6 years ago

Because Hugo can be compiled from source (to get latest version), because Wercker uses a box with Go 1.8.

But Hugo uses now 1.11+ (with Go modules)

matcornic commented 6 years ago

I created an issue on Wercker: https://github.com/wercker/box-golang/issues/19

matcornic commented 6 years ago

Edit: the Wercker box was OK, but the way we installed Hugo is not working anymore (no more go get)