Skip to content
Snippets Groups Projects
Commit db407913 authored by Erik Hedenström's avatar Erik Hedenström
Browse files

Added GOROOT

parent 0fdef363
Branches
No related tags found
No related merge requests found
Pipeline #
...@@ -5,8 +5,9 @@ cache: ...@@ -5,8 +5,9 @@ cache:
- .rebar3 - .rebar3
before_script: before_script:
- export GOROOT=${GO_HOME}
- export GOPATH=${CI_PROJECT_DIR}/_build - export GOPATH=${CI_PROJECT_DIR}/_build
- export PATH=${GOPATH}/bin:$PATH - export PATH=${GOPATH}/bin:${GOROOT}/bin:$PATH
stages: stages:
- build - build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment