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 for master-1.12 branch #111

Merged
merged 2 commits into from
Jun 7, 2024
Merged

Conversation

bpineau
Copy link
Member

@bpineau bpineau commented Jun 6, 2024

That branch (and really, cluster-autoscaler-1.28.x) won't pass CI
anymore as its GO111MODULE=auto will break with golang >= 1.21,
yet the CI specified '>=1.20.0', so it broke when a newer version
of actions/setup-go was provided.

Also fix a gofmt issue on that breaks on newer versions.

bpineau added 2 commits June 6, 2024 17:29
That branch (and really, cluster-autoscaler-1.28.x) won't pass CI
anymore as its `GO111MODULE=auto` will break with golang >= 1.21,
yet the CI specified `'>=1.20.0'`, so it broke when a newer version
of `actions/setup-go` was provided.
@bpineau bpineau merged commit bf8049c into datadog-master-12.0 Jun 7, 2024
6 checks passed
@bpineau bpineau deleted the bp/fix-go-version-for-ci branch June 7, 2024 16:40
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