Skip to content
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

Closed
5idu opened this issue Dec 31, 2020 · 2 comments
Closed

Add Go 1.16beta1 #96

5idu opened this issue Dec 31, 2020 · 2 comments

Comments

@5idu
Copy link

5idu commented Dec 31, 2020

No description provided.

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
@mvdan
Copy link

mvdan commented Jan 18, 2021

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
@pjvds
Copy link

pjvds commented Jan 19, 2021

While working on a fix I found out it is supported, you just need to specify 1.16.0-beta1:

-
  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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants