mirror of
https://github.com/actions/setup-go.git
synced 2025-04-23 17:40:50 +00:00
Documentation
This commit is contained in:
parent
6ba2d22e4f
commit
39555b05e2
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ The V2 offers:
|
||||||
|
|
||||||
It will first check the local cache for a version match. If version is not found locally, It will pull it from `main` branch of [go-versions](https://github.com/actions/go-versions/blob/main/versions-manifest.json) repository and on miss or failure, it will fall back to the previous behavior of download directly from [go dist](https://storage.googleapis.com/golang).
|
It will first check the local cache for a version match. If version is not found locally, It will pull it from `main` branch of [go-versions](https://github.com/actions/go-versions/blob/main/versions-manifest.json) repository and on miss or failure, it will fall back to the previous behavior of download directly from [go dist](https://storage.googleapis.com/golang).
|
||||||
|
|
||||||
|
Defaults to 1.17.2.
|
||||||
|
|
||||||
Matching by semver spec:
|
Matching by semver spec:
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue