Upgrade Go to 1.24.12, rules_go to 0.59.0, and sync deps to WORKSPACE#2274
Merged
Upgrade Go to 1.24.12, rules_go to 0.59.0, and sync deps to WORKSPACE#2274
Conversation
Still a pretty old version, but a year newer than what we had before. This gives us fancy range loops. Removed some apparently unused compatibility definitions referencing multiple versions of Go. For #2272
Closed
fmeum
approved these changes
Jan 26, 2026
rdesgroppes
added a commit
to DataDog/datadog-agent
that referenced
this pull request
Feb 16, 2026
Update Gazelle from v0.47.0 to master (commit 6b2aecc, Feb 13 2026) to benefit from critical fixes and improvements: Critical fixes: - Fix goexperiment build tags support for Go 1.24+ (bazel-contrib/bazel-gazelle#2254, bazel-contrib/bazel-gazelle#2257) - Fix race condition in walk (bazel-contrib/bazel-gazelle#2238) - Fix module resolution with overrides (bazel-contrib/bazel-gazelle#2270) - Fix exports_files and package conflicts (bazel-contrib/bazel-gazelle#2248) Dependencies: - Upgrade to Go 1.24.12 and rules_go 0.59.0 (bazel-contrib/bazel-gazelle#2274) This follows the same pattern already used for rules_go and rules_pkg overrides in MODULE.bazel.
gh-worker-dd-mergequeue-cf854d Bot
pushed a commit
to DataDog/datadog-agent
that referenced
this pull request
Feb 16, 2026
### What does this PR do? Update Gazelle from v0.47.0 to unreleased `master`. ### Motivation To benefit from fixes relevant to our Go 1.25.7 build: - bazel-contrib/bazel-gazelle#2238 - bazel-contrib/bazel-gazelle#2248 - bazel-contrib/bazel-gazelle#2254 - bazel-contrib/bazel-gazelle#2257 - bazel-contrib/bazel-gazelle#2270 Also, their internal dependency on `rules_go` now matches ours: - bazel-contrib/bazel-gazelle#2274 Co-authored-by: regis.desgroppes <regis.desgroppes@datadoghq.com>
rdesgroppes
added a commit
to DataDog/datadog-agent
that referenced
this pull request
Mar 26, 2026
### What does this PR do? Bump `gazelle` from 0.47.0 to 0.48.0 and drop the `git_override` that pinned to an unreleased commit on their `master`. ### Motivation v0.48.0 ships both fixes the override was waiting for: - bazel-contrib/bazel-gazelle#2274 - bazel-contrib/bazel-gazelle#2284 ### Describe how you validated your changes `bazel run //:gazelle` produces no change.
gh-worker-dd-mergequeue-cf854d Bot
pushed a commit
to DataDog/datadog-agent
that referenced
this pull request
Mar 26, 2026
### What does this PR do? Bump `gazelle` from 0.47.0 to 0.48.0 and drop the `git_override` that pinned to an unreleased commit on their `master`. ### Motivation v0.48.0 ships both fixes the override was waiting for: - bazel-contrib/bazel-gazelle#2274 - bazel-contrib/bazel-gazelle#2284 ### Describe how you validated your changes `bazel run //:gazelle` produces no change. Co-authored-by: regis.desgroppes <regis.desgroppes@datadoghq.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
What package or component does this PR mostly affect?
What does this PR do? Why is it needed?
Which issues(s) does this PR fix?
For #2272
Other notes for review