From ad313d19e639f810934679e3ef20ea893fc5d085 Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Thu, 16 Jul 2020 17:30:14 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 37d3f0e..5edad42 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ The V2 offers: - stable input - Bug Fixes (including issues around version matching and semver) +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). + Matching by semver spec: ```yaml steps: