We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c0a16 commit 0f551acCopy full SHA for 0f551ac
README.md
@@ -23,7 +23,7 @@ Matching by semver spec:
23
```yaml
24
steps:
25
- uses: actions/checkout@v2
26
-- uses: actions/setup-go@v2-beta
+- uses: actions/setup-go@v2
27
with:
28
go-version: '^1.13.1' # The Go version to download (if necessary) and use.
29
- run: go version
@@ -33,7 +33,7 @@ Matching an unstable pre-release:
33
34
35
36
37
38
stable: 'false'
39
go-version: '1.14.0-rc1' # The Go version to download (if necessary) and use.
0 commit comments