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 github actions to build binaries #9

Merged
merged 6 commits into from
Aug 4, 2021

Conversation

bearice
Copy link
Contributor

@bearice bearice commented Jul 16, 2021

Provide prebuilt binaries to those who don't want to install the whole go compiler.

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.12
Copy link
Owner

Choose a reason for hiding this comment

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

why not 1.16?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Owner

Choose a reason for hiding this comment

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

oh, do you mind bumping both of those? then I'm happy to merge and create a tag immediately! :)

@brancz
Copy link
Owner

brancz commented Aug 3, 2021

really nice idea! love go releaser!

@bearice
Copy link
Contributor Author

bearice commented Aug 3, 2021

go version bumped to 1.16

@brancz brancz merged commit c6b07b0 into brancz:master Aug 4, 2021
@bearice bearice deleted the pull-request branch August 4, 2021 09:42
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.

None yet

2 participants