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

Don't automatically upgrade go version with renovate #449

Closed
wants to merge 2 commits into from

Conversation

fiunchinho
Copy link
Member

@fiunchinho fiunchinho commented Sep 6, 2022

In one of our operators, the go version was upgraded in go.mod and our CI (which uses go 1.18) stopped working with

go: go.mod file indicates go 1.19, but maximum version supported by tidy is 1.18

There is currently not an easy way to disable go version upgrades in renovate, so one potential solution is to constraint which versions we use. I would add another step to our upgrade guide so that we also upgrade the renovate template constraint.

Checklist

  • Update changelog in CHANGELOG.md.

@fiunchinho fiunchinho requested a review from a team September 6, 2022 11:13
@fiunchinho fiunchinho self-assigned this Sep 6, 2022
CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Zach Stone <zach@giantswarm.io>
@kopiczko
Copy link
Member

kopiczko commented Sep 6, 2022

@fiunchinho
Copy link
Member Author

It seems this doesn't work :(

We need to come up with an alternative.

@fiunchinho fiunchinho closed this Sep 13, 2022
@fiunchinho fiunchinho deleted the constraint-go-version branch September 13, 2022 09:15
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