From 8471deeb4f3379d2e09323da2cf9e6579c4297b6 Mon Sep 17 00:00:00 2001 From: Will Roden Date: Wed, 13 Sep 2023 12:24:55 -0500 Subject: [PATCH] move 1.21.0 note --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8135180..4f97e00 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,6 @@ It's like actions/setup-go but faster. -### A Note About 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 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 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 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. + ## Inputs