use of internal package not allowed with Go v1.5.4
The following error is returned when running make all
on a fresh clone of Gitlab Pages at the master branch, as well as the latest tag:
imports gitlab.com/gitlab-org/gitlab-pages/internal/httputil: use of internal package not allowed
I've sorted this out by following the additional steps taken in the .gitlab-ci.yml, and have updated the README.md in !29 (closed)
My build environment is Centos 6/7
Let me know if there are any additional details you'd like.
-Haus