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

Enable GH Actions #1

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

Enable GH Actions #1

wants to merge 1 commit into from

Conversation

migueleliasweb
Copy link
Owner

No description provided.

Comment on lines +7 to +8
go-version: [1.16.x]
platform: [ubuntu-latest]

Choose a reason for hiding this comment

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

This change will make it easier to add additional versions and platforms in the future with minimal diffs.

Suggested change
go-version: [1.16.x]
platform: [ubuntu-latest]
go-version:
- 1.16
platform:
- ubuntu-latest


- uses: actions/setup-go@v2
with:
go-version: 1.16

Choose a reason for hiding this comment

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

Make use of the matrix version:

Suggested change
go-version: 1.16
go-version: ${{ matrix.go-version }}

@kwk
Copy link

kwk commented May 3, 2023

Is this PR still a thing? I'd like to understand how current Go versions are supported.

@migueleliasweb
Copy link
Owner Author

Is this PR still a thing? I'd like to understand how current Go versions are supported.

Hi @kwk , yeah kinda.

I was quickly testing the github actions integration but never really got around to fully implement it.

From what I know, I don't think this repo has any limitations on any specific Go version.

If you want to contribute for the GH actions setup, please feel free to do so 😃 .

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

3 participants