Skip to content

Commit 0f551ac

Browse files
Update v2 tags in readme
1 parent e1c0a16 commit 0f551ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Matching by semver spec:
2323
```yaml
2424
steps:
2525
- uses: actions/checkout@v2
26-
- uses: actions/setup-go@v2-beta
26+
- uses: actions/setup-go@v2
2727
with:
2828
go-version: '^1.13.1' # The Go version to download (if necessary) and use.
2929
- run: go version
@@ -33,7 +33,7 @@ Matching an unstable pre-release:
3333
```yaml
3434
steps:
3535
- uses: actions/checkout@v2
36-
- uses: actions/setup-go@v2-beta
36+
- uses: actions/setup-go@v2
3737
with:
3838
stable: 'false'
3939
go-version: '1.14.0-rc1' # The Go version to download (if necessary) and use.

0 commit comments

Comments
 (0)