Closed WillAbides closed 1 year ago
Per https://tip.golang.org/doc/go1.21#introduction, starting with 1.21, the initial release for a release family will be styled like go1.N.0 instead of go1.N. This means you will download the next version of go from https://go.dev/dl/go1.21.0.darwin-amd64.tar.gz instead of https://go.dev/dl/go1.21.darwin-amd64.tar.gz.
After spending a few minutes looking through this repo and actions/go-versions, I'm unclear if this will require a change, but I wanted to get the issue out here in case it does.
Hello @WillAbides , thank you for you warning, we are starting reviewing the issue
Looks like setup-go weathered the go1.21.0 release just fine.
Per https://tip.golang.org/doc/go1.21#introduction, starting with 1.21, the initial release for a release family will be styled like go1.N.0 instead of go1.N. This means you will download the next version of go from https://go.dev/dl/go1.21.0.darwin-amd64.tar.gz instead of https://go.dev/dl/go1.21.darwin-amd64.tar.gz.
After spending a few minutes looking through this repo and actions/go-versions, I'm unclear if this will require a change, but I wanted to get the issue out here in case it does.