mirror of
https://github.com/actions/setup-go.git
synced 2025-07-23 15:08:28 +02:00
Fix changes requests
This commit is contained in:
parent
99b2e737de
commit
fa1068afe0
3 changed files with 13 additions and 4 deletions
|
@ -8,6 +8,15 @@ This action sets up a go environment for use in actions by:
|
|||
- Optionally downloading and caching a version of Go by version and adding to `PATH`.
|
||||
- Registering problem matchers for error output.
|
||||
|
||||
# V4
|
||||
|
||||
The V4 edition of the action offers:
|
||||
|
||||
- Enables caching by default
|
||||
- Does not fail if caching fails for any reason
|
||||
|
||||
The action will try to enable caching unless the `cache` input explicitly set to false.
|
||||
|
||||
# V3
|
||||
|
||||
The V3 edition of the action offers:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue