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

Set GO1.16.9 as default GO version for goreleaser #698

Merged
merged 1 commit into from
Oct 26, 2021

Conversation

kuritka
Copy link
Collaborator

@kuritka kuritka commented Oct 26, 2021

related to #697

Github virtual environment Ubuntu20.04 has cached several Go tools.

GoReleaser doesn't accept builds.gobinary parameter and still uses default GO1.15.

In order to fixing dependabot alerts, I would like to bump the versions of some modules that are already required to be compiled in GO 1.16.

I'm introducing setup-go action which is switching GO to desired version.

Signed-off-by: kuritka [email protected]

related to #697

Github virtual environment Ubuntu20.04 has [cached several Go tools](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md#go).

GoReleaser doesn't accept `builds.gobinary` [parameter](https://goreleaser.com/customization/build/) and still uses default GO1.15.

In order to fixing dependabot alerts, I would like to bump up the versions of some modules
that are already [required to be compiled in GO 1.16](https://github.com/k8gb-io/k8gb/runs/4009137543?check_suite_focus=true#step:3:64).

I'm introducing setup-go action which is switching GO to desired version.

Signed-off-by: kuritka <[email protected]>
@kuritka kuritka merged commit b8e410f into master Oct 26, 2021
@kuritka kuritka deleted the setup-go-in-pipelines branch October 26, 2021 15:09
kuritka added a commit that referenced this pull request Oct 27, 2021
related to #697, #698

align exact GO version with release.yaml, terrascan.yaml

Signed-off-by: kuritka <[email protected]>
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