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 install for build deps #1020

Merged
merged 2 commits into from
Sep 19, 2022

Conversation

noahdietz
Copy link
Collaborator

When switching CI to Go 1.18, I forgot to switch the use of go get for installing binaries to go install. This caused the last release to fail because the gox tool wasn't available.

Should address the lack of binaries pointed out by #1019.

@noahdietz noahdietz requested a review from a team as a code owner September 19, 2022 19:34
@noahdietz noahdietz added the automerge Summon MOG for automerging label Sep 19, 2022
@noahdietz noahdietz merged commit f44407b into googleapis:main Sep 19, 2022
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Summon MOG for automerging label Sep 19, 2022
@noahdietz noahdietz deleted the fix-release branch September 19, 2022 19:46
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.

2 participants