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

Use curl to install richgo #167

Merged
merged 1 commit into from
Aug 11, 2022

Conversation

dmikusa
Copy link
Contributor

@dmikusa dmikusa commented Aug 10, 2022

This PR changes the workflow to use 'curl' to fetch and install richgo instead of 'go get'. We could switch to 'go install', but 'curl' is faster than fetching & building.

This is what the pipeline-builder project has been doing to install richgo for quite a while now.

Required for tests in #168 to pass.

Signed-off-by: Daniel Mikusa dmikusa@vmware.com

This PR changes the workflow to use 'curl' to fetch and install richgo instead of 'go get'. We could switch to 'go install', but 'curl' is faster than fetching & building.

This is what the pipeline-builder project has been doing to install richgo for quite a while now.

Signed-off-by: Daniel Mikusa <dmikusa@vmware.com>
@dmikusa dmikusa added type:task A general task semver:patch A change requiring a patch version bump labels Aug 10, 2022
@dmikusa dmikusa requested a review from samj1912 August 10, 2022 18:06
@samj1912 samj1912 merged commit 6305526 into buildpacks:release-1.x Aug 11, 2022
@dmikusa dmikusa deleted the richgo-install-1.x branch August 19, 2022 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:patch A change requiring a patch version bump type:task A general task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants