mirror of
https://github.com/actions/setup-go.git
synced 2025-04-23 17:40:50 +00:00
Fix merge confilct in README.md
This commit is contained in:
parent
760c5852ae
commit
f735869350
1 changed files with 0 additions and 4 deletions
|
@ -15,12 +15,8 @@ The V3 edition of the action offers:
|
||||||
- Adds `GOBIN` to the `PATH`
|
- Adds `GOBIN` to the `PATH`
|
||||||
- Proxy support
|
- Proxy support
|
||||||
- Check latest version
|
- Check latest version
|
||||||
<<<<<<< HEAD
|
|
||||||
- Caching packages dependencies
|
- Caching packages dependencies
|
||||||
- Bug Fixes (including issues around version matching and semver)
|
- Bug Fixes (including issues around version matching and semver)
|
||||||
=======
|
|
||||||
- Bug fixes (including issues around version matching and semver)
|
|
||||||
>>>>>>> main
|
|
||||||
|
|
||||||
The action will first check the local cache for a version match. If a version is not found locally, it will pull it from the `main` branch of the [go-versions](https://github.com/actions/go-versions/blob/main/versions-manifest.json) repository. On miss or failure, it will fall back to downloading directly from [go dist](https://storage.googleapis.com/golang). To change the default behavior, please use the [check-latest input](#check-latest-version).
|
The action will first check the local cache for a version match. If a version is not found locally, it will pull it from the `main` branch of the [go-versions](https://github.com/actions/go-versions/blob/main/versions-manifest.json) repository. On miss or failure, it will fall back to downloading directly from [go dist](https://storage.googleapis.com/golang). To change the default behavior, please use the [check-latest input](#check-latest-version).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue