Skip to content

Commit

Permalink
Update v2 tags in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmacfarlane authored Apr 16, 2020
1 parent e1c0a16 commit 0f551ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 0f551ac

Please sign in to comment.