Fix merge confilct in README.md

This commit is contained in:
Ivan Zosimov 2022-04-26 13:25:24 +02:00
parent 760c5852ae
commit f735869350

View file

@ -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).