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

Use pinned version of tools in Makefile and ci.yml #1913

Merged
merged 3 commits into from
Sep 9, 2024

Conversation

jar-stripe
Copy link
Contributor

@jar-stripe jar-stripe commented Sep 9, 2024

Context:
go tools new release requires a later version of go than what we support. Use of @latest in the Makefile and ci.yml file causes us to always fetch the latest which will cause CI builds to fail.

Changes:
changed Makefile codegen format to install tools v0.24.0 (which is the last version before the breaking change) instead of latest
changed ci.yml in linter step to use v0.24.0 instead of latest

@jar-stripe jar-stripe changed the title Use pinned version of tools in Makefile Use pinned version of tools in Makefile and ci.yml Sep 9, 2024
@jar-stripe jar-stripe merged commit 7cc42e1 into master Sep 9, 2024
8 checks passed
@jar-stripe jar-stripe deleted the jar/pin-tools-version branch September 9, 2024 18:28
jar-stripe added a commit that referenced this pull request Sep 9, 2024
* pinned the tools version in Makefile for codegen-format step

* changed tools version to v0.24.0 in ci yml file
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