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

Location of go get modules for cache purposes #123

Open
jprecuch opened this issue May 17, 2023 · 1 comment
Open

Location of go get modules for cache purposes #123

jprecuch opened this issue May 17, 2023 · 1 comment

Comments

@jprecuch
Copy link

Hi,
I would like to implement https://github.com/actions/cache to my workflows where I create these binaries using go-release-action.
However whatever I try to figure out how to configure that cache, it never re-use it. It seems go-release-action store these modules to some non-standard directory.

Can you please share how we can implement proper cache location to work with go-release-action?
I would like to eliminate downloading like these to bare minimum

go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.1
go: downloading github.com/golang-jwt/jwt/v4 v4.4.2
go: downloading google.golang.org/grpc v1.47.0
@wangyoucao577
Copy link
Owner

Similar with #111, it doesn't support at the moment.

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

No branches or pull requests

2 participants