-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54c5d9a
commit 8471dee
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,6 @@ | |
|
||
It's like actions/setup-go but faster. | ||
|
||
### A Note About Go 1.21.0 | ||
|
||
**Use [email protected] or later** if you want to install Go 1.21.0. | ||
|
||
With the release of go1.21.0, the Go team has changed the way they style | ||
dot-zero releases. They used to be styled like `go1.N`, but now they are | ||
`go1.N.0`. This caused issues with earlier versions of setup-go-faster. | ||
|
||
### Faster | ||
|
||
Setup-go-faster takes about a third as long as setup-go to install go on a | ||
|
@@ -65,6 +57,14 @@ Just the `stable` input. I don\'t understand what `stable` adds for | |
actions/setup-go. If you only want stable builds you can set go-version | ||
accordingly. If there is good use case for `stable`, it can be added. | ||
|
||
### A Note About Go 1.21.0 | ||
|
||
**Use [email protected] or later** if you want to install Go 1.21.0. | ||
|
||
With the release of go1.21.0, the Go team has changed the way they style | ||
dot-zero releases. They used to be styled like `go1.N`, but now they are | ||
`go1.N.0`. This caused issues with earlier versions of setup-go-faster. | ||
|
||
<!--- start generated ---> | ||
|
||
## Inputs | ||
|