You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The building from source instructions no longer work as of golang 1.16.
While the journey executable can be built using go install, you don't get the necessary front end assets for the admin interface.
Simply cloning the repository and building using go build doesn't work because this project has not been updated to use the new modules system introduced in 1.11, made default in 1.16 and mandated in 1.18.
I was not able to determine if there was a combination of build flags that would allow it to work.
The text was updated successfully, but these errors were encountered:
The building from source instructions no longer work as of golang 1.16.
While the journey executable can be built using
go install
, you don't get the necessary front end assets for the admin interface.Simply cloning the repository and building using
go build
doesn't work because this project has not been updated to use the new modules system introduced in 1.11, made default in 1.16 and mandated in 1.18.I was not able to determine if there was a combination of build flags that would allow it to work.
The text was updated successfully, but these errors were encountered: