CircleCI-Public / go-orb

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

Fix Go cache saving. [semver:patch] #32

Closed FelicianoTech closed 4 years ago

FelicianoTech commented 4 years ago

The path used for saving the cache included the environment variable (envar) $GOPATH. CircleCI doesn't process evars in cache paths. This meant that cache saving wasn't actually working. This PR fixes that.

Fixes #31