-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Go 1.16beta1 #96
Comments
myitcv
added a commit
to rogpeppe/go-internal
that referenced
this issue
Jan 18, 2021
Involves a quick fix to cmd/testscript tests which currently rely on the pre 1.16 behaviour of cmd/go to automatically update go.{mod,sum} as part of any build command. Adding go1.16beta1 to the build matrix is a function of github.com/actions/setup-go/issues/96
I'm surprised this needs manual intervention, I thought just using https://golang.org/dl/?mode=json&include=all would work. It includes betas and RCs. |
myitcv
added a commit
to rogpeppe/go-internal
that referenced
this issue
Jan 18, 2021
Involves a quick fix to cmd/testscript tests which currently rely on the pre 1.16 behaviour of cmd/go to automatically update go.{mod,sum} as part of any build command. Adding go1.16beta1 to the build matrix is a function of github.com/actions/setup-go/issues/96
myitcv
added a commit
to rogpeppe/go-internal
that referenced
this issue
Jan 18, 2021
Involves a quick fix to cmd/testscript tests which currently rely on the pre 1.16 behaviour of cmd/go to automatically update go.{mod,sum} as part of any build command. Adding go1.16beta1 to the build matrix is a function of github.com/actions/setup-go/issues/96
pjvds
added a commit
to pjvds/setup-go
that referenced
this issue
Jan 19, 2021
pjvds
added a commit
to pjvds/setup-go
that referenced
this issue
Jan 19, 2021
pjvds
added a commit
to pjvds/setup-go
that referenced
this issue
Jan 19, 2021
pjvds
added a commit
to pjvds/setup-go
that referenced
this issue
Jan 19, 2021
pjvds
added a commit
to pjvds/setup-go
that referenced
this issue
Jan 19, 2021
pjvds
added a commit
to pjvds/setup-go
that referenced
this issue
Jan 19, 2021
pjvds
added a commit
to pjvds/setup-go
that referenced
this issue
Jan 19, 2021
While working on a fix I found out it is supported, you just need to specify -
name: Set up Go
uses: actions/setup-go@v2
with:
stable: false
go-version: 1.16.0-beta1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: