Skip to content
New issue

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

(#213) Install Go in the build agent before installing mage #280

Merged
merged 4 commits into from
Nov 25, 2019
Merged

(#213) Install Go in the build agent before installing mage #280

merged 4 commits into from
Nov 25, 2019

Conversation

mdelapenya
Copy link
Contributor

@mdelapenya mdelapenya commented Nov 25, 2019

What does this PR do?

Install Go in the build agent before installing Mage. The install script comes from Travis CI's GIMME

We will read Go version from a file next to the script (.go_version), or using the GO_VERSION env var. Default value if none of them exists is 1.12.7

Why is it important?

I tested the local environment against a local worker so obviously all build tools were installed in the machine.

Related issues

Completes #276
Relates #213

We'll use a file at workspace, but it could be overriden by an environment variable,
that will allow using different Go versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants