[backport 9.2] Bump Go version to 1.25.8 (#10156)#13143
Open
michel-laterman wants to merge 3 commits into9.2from
Open
[backport 9.2] Bump Go version to 1.25.8 (#10156)#13143michel-laterman wants to merge 3 commits into9.2from
michel-laterman wants to merge 3 commits into9.2from
Conversation
* Bump Go version to 1.25.1 * Update CHANGELOG entry * Bump the version of golangci-lint * Update dev-tools/mage/otel/deps_test.go Co-authored-by: Panos Koutsovasilis <koutsobill@hotmail.com> * Remove references to the ms_tls13kdf build tag * Use mage target specifically intended for fips140=only unit testing * Download go module dependencies before GODEBUG=fips140=only is set * [Debugging] Print go test command environment right before command is run * Revert "[Debugging] Print go test command environment right before command is run" This reverts commit 079e74c. * Fix regular expression for matching panicking output * Run dependencies first * Append requirefips build tag for fips140=only unit tests * Fix policy change handler unit tests * Fix TestDownloadVersion test * Set GODEBUG=tlsmlkem=0 for test * No longer necessary * Formatting fixes * Remove pre-downloading of go modules * Revert unit test pipeline changes * Add GODEBUG=tlsmlkem=0 * s/1.25.1/1.25.2/g * Go version: s/1.25.2/1.25.4/g * Update go version in edot go.mod * s/1.24.4/1.24.5/g * Remove ms_tls13kdf from TestTagsWithFIPS * Running go mod tidy * s/1.25.5/1.25.8/g * Running go mod tidy and mage notice * Running mage otel:readme * Fixing go.mods * Bumping up beats * Running go mod tidy * Update unit tests * Use Go 1.24's RemoveAll in uninstall * Wait for fsnotify watcher to be released * Update internal/pkg/agent/application/upgrade/marker_watcher.go Co-authored-by: Michel Laterman <82832767+michel-laterman@users.noreply.github.com> * Fix function signature in MarkerFileWatcher * Use the exact removaAll implementation from Go 1.24 * Add link to the new RemoveAll implementation * Revert "Use the exact removaAll implementation from Go 1.24" This reverts commit 88ece11 --------- Co-authored-by: Panos Koutsovasilis <koutsobill@hotmail.com> Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com> Co-authored-by: Michel Laterman <82832767+michel-laterman@users.noreply.github.com>
Contributor
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
Contributor
⏳ Build in-progress, with failures
Failed CI StepsHistory
|
ebeahan
requested changes
Mar 13, 2026
Member
ebeahan
left a comment
There was a problem hiding this comment.
Holding on backporting 1.25.8 upgrade to release branches to discuss FIPS related changes.
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 does this PR do?
Manual backport of #10156