CircleCI-Public / go-orb

https://circleci.com/orbs/registry/orb/circleci/go
MIT License
9 stars 37 forks source link

[semver:minor] Revise Go installation. #43

Closed mark-kubacki closed 4 years ago

mark-kubacki commented 4 years ago

Fixes retaining stray files from previous installations.

Implements a proper version checking, and opens up the orb to different OS/architecture combinations.

[tag:Hacktoberfest] [tag:Orbtoberfest]

mark-kubacki commented 4 years ago

I've rewritten the PR—from a previously bash-only script—to a portable form that works on bash and sh.