Skip to content

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.

4 participants