-
Notifications
You must be signed in to change notification settings - Fork 8
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
2c4fb94
commit 5d033a1
Showing
1 changed file
with
4 additions
and
9 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 |
---|---|---|
|
@@ -4,16 +4,11 @@ It's like actions/setup-go but faster. | |
|
||
## A Note About Go 1.21.0 | ||
|
||
**Use [email protected].0 or later** if you want to install Go 1.21.0. | ||
**Use [email protected].1 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 publish | ||
dot-zero releases. They used to be styles go1.N, but now that are go1.N.0. This | ||
caused issues with earlier versions of setup-go-faster. | ||
|
||
**Do not user go-version: 1.21**. Use `go-version: 1.21.0` | ||
or `go-version: 1.21.x` instead. | ||
|
||
I should fix these inconsistencies soon. | ||
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 | ||
|
||
|