mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 18:02:15 +00:00
Fix some checkout action version
This commit is contained in:
parent
628697f5e8
commit
6b255856a3
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ steps:
|
|||
Matching an unstable pre-release:
|
||||
```yaml
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.18.0-rc.1' # The Go version to download (if necessary) and use.
|
||||
|
@ -52,7 +52,7 @@ steps:
|
|||
|
||||
```yaml
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.16.0-beta.1' # The Go version to download (if necessary) and use.
|
||||
|
|
Loading…
Add table
Reference in a new issue