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
Hi,
When doing the pipeline run for the service, there is an error here:
build-image
step-build
STEP 5: RUN export GARCH="$(uname -m)" && if [[ ${GARCH} == "x86_64" ]]; then export GARCH="amd64"; fi && GOOS=linux GOARCH=${GARCH} CGO_ENABLED=0 GOCACHE=/tmp/cache go build -mod=vendor -v -o /tmp/api-server . /bin/sh: go: command not found
It seems to be, that go compiler is not on path env
Hi,
When doing the pipeline run for the service, there is an error here:
build-image
step-build
STEP 5: RUN export GARCH="$(uname -m)" && if [[ ${GARCH} == "x86_64" ]]; then export GARCH="amd64"; fi && GOOS=linux GOARCH=${GARCH} CGO_ENABLED=0 GOCACHE=/tmp/cache go build -mod=vendor -v -o /tmp/api-server .
/bin/sh: go: command not found
It seems to be, that go compiler is not on path env
Attached complete log
build-and-deploy-run-wdg2k.log
Cheers
The text was updated successfully, but these errors were encountered: