Skip to content

Location of go get modules for cache purposes #123

@jprecuch

Description

@jprecuch

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions