From 0f551ac199fb202fc2c3bf3612df37a2f074ef66 Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Thu, 16 Apr 2020 18:52:49 -0400 Subject: [PATCH] Update v2 tags in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c71d8a..37d3f0e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Matching by semver spec: ```yaml steps: - uses: actions/checkout@v2 -- uses: actions/setup-go@v2-beta +- uses: actions/setup-go@v2 with: go-version: '^1.13.1' # The Go version to download (if necessary) and use. - run: go version @@ -33,7 +33,7 @@ Matching an unstable pre-release: ```yaml steps: - uses: actions/checkout@v2 -- uses: actions/setup-go@v2-beta +- uses: actions/setup-go@v2 with: stable: 'false' go-version: '1.14.0-rc1' # The Go version to download (if necessary) and use.