Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAbides committed Aug 8, 2023
1 parent 2c4fb94 commit 5d033a1
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@ It's like actions/setup-go but faster.

## A Note About Go 1.21.0

**Use setup-go-faster@v1.9.0 or later** if you want to install Go 1.21.0.
**Use setup-go-faster@v1.9.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

Expand Down

0 comments on commit 5d033a1

Please sign in to comment.