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

fix(ci): use go 1.18 in release job #1013

Merged
merged 2 commits into from
Sep 8, 2022

Conversation

noahdietz
Copy link
Collaborator

The release job for darwin/arm64 failed because the gcc toolchain for darwin/arm64 is not available on ubuntu by default. Apparently Go 1.16 added support for this compilation target, so I'm updating to Go 1.18 so as to 1. capture this change and 2. get the release job a little more up to date with modern Go version. I built the X-compiled binary locally with no issue.

We should look at upping the version used across CI and in our go.mod.

@noahdietz noahdietz requested a review from a team as a code owner September 8, 2022 20:22
@noahdietz noahdietz added the automerge Summon MOG for automerging label Sep 8, 2022
@noahdietz
Copy link
Collaborator Author

cc @loeffel-io this is why the release job didn't work I think

@noahdietz noahdietz enabled auto-merge (squash) September 8, 2022 20:44
@noahdietz noahdietz merged commit b520df6 into googleapis:main Sep 8, 2022
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Summon MOG for automerging label Sep 8, 2022
@loeffel-io
Copy link
Contributor

@noahdietz amazing

@noahdietz noahdietz deleted the release-go-18 branch September 9, 2022 15:58
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