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

use github actions for CI #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

use github actions for CI #58

wants to merge 1 commit into from

Conversation

rogpeppe
Copy link
Owner

No description provided.

@rogpeppe rogpeppe force-pushed the 025-github-actions branch 4 times, most recently from babd9c2 to 20a35b9 Compare August 21, 2019 15:08
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Behind this innocuous looking line lies dragons:

https://github.com/actions/setup-go/blob/master/src/installer.ts

What was wrong with wget?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Travis had gimme, which was equally a big hack in bash.

Ultimately you can't just rely on wget, because that won't easily support many platforms, and "latest" versions like 1.12.x.

Honestly, I don't care what setup-go does, as long as it works :)

@rogpeppe rogpeppe force-pushed the 025-github-actions branch 2 times, most recently from e6ced00 to 31686f5 Compare August 21, 2019 15:31
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

Successfully merging this pull request may close these issues.

3 participants