-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels