drafteame/Golang with cache
Setup requested Golang version with managed modules caching.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| go-version | Desired Golang version. | — | — |
| go-version-file | Path to go.mod file, will determine Golang version. Use in place of `go-version` input. | — | — |
| cache-key-suffix | Optional cache key suffix. | — | — |
Outputs
| name | description |
|---|---|
| build-cache-path | Golang build cache path. |
| module-cache-path | Golang module cache path. |
| cache-key | Cache key holding Golang build and module cache paths. |