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

fix go automated tests #2

Closed
Bhupesh-V opened this issue Jan 26, 2021 · 0 comments
Closed

fix go automated tests #2

Bhupesh-V opened this issue Jan 26, 2021 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed tooling

Comments

@Bhupesh-V
Copy link
Owner

Right now the go setup action is failing to install the latest unstable release 1.16

the issue seems to be in the version label not being understood

- name: Set up Go
uses: actions/setup-go@v2
with:
stable: 'false'
go-version: '1.16-beta1'

See actions/setup-go#63

@Bhupesh-V Bhupesh-V added help wanted Extra attention is needed good first issue Good for newcomers tooling labels Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed tooling
Projects
None yet
Development

No branches or pull requests

1 participant