We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#3551 switched the integ tests CodeBuild CI spec to run tests as unprivileged (non-root) user, in part to fix #3550 .
But the goenv and go commands fail now, and had to be disabled:
goenv
go
# Install latest version of Go (known to 'goenv') # - eval "$(goenv init -)" # - 'export PATH="$GOROOT/bin:$PATH:$GOPATH/bin"' # - '>/dev/null VERSION=$(goenv install --list | tail -n 1) && 2>/dev/null goenv install $VERSION' # - '>/dev/null goenv global $VERSION && go env -w GOPROXY=direct' # - go version
Restore use of go in the integ tests and re-enable the tests disabled in fab07b3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
#3551 switched the integ tests CodeBuild CI spec to run tests as unprivileged (non-root) user, in part to fix #3550 .
But the
goenv
andgo
commands fail now, and had to be disabled:Expectation
Restore use of
go
in the integ tests and re-enable the tests disabled in fab07b3The text was updated successfully, but these errors were encountered: