buildpacks / libcnb

A non-opinionated language binding for the Cloud Native Buildpack Buildpack and Extension specifications
Apache License 2.0
31 stars 13 forks source link

Use curl to install richgo #166

Closed dmikusa closed 2 years ago

dmikusa commented 2 years ago

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.

This is required to get the tests passing on https://github.com/buildpacks/libcnb/pull/165.

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