[9.3](backport #46793) Bump Go version to 1.25.8#49330
Merged
Merged
Conversation
* Bump Go version to 1.25.1 * Bump the version of golangci-lint * Use net.JoinHostPort * Remove references to the ms_tls13kdf build tag * Download go module dependencies before GODEBUG=fips140=only is set * Download go module dependencies before GODEBUG=fips140=only is set * Download go module dependencies before GODEBUG=fips140=only is set * Exclude X25519 curve types when testing in FIPS-140-only mode * Only modify curve preferences * Fix up fips140=only integration tests * Forgot import * Forgot import * Fix TestConnectionTLS * Set GODEBUG=tlsmlkem=0 for tests * Remove unnecessary changes * Remove pre-download of Go modules * Running mage fmt * Adding CHANGELOG * Fixing IPv6 address * Adding missed import * Go version: s/1.25.2/1.25.4/g * Rebasing, fixing conflicts, and bumping to Go version 1.25.8 * Bump npcap version (cherry picked from commit c1cb121) # Conflicts: # go.sum # libbeat/docs/version.asciidoc
Contributor
Author
|
Cherry-pick of c1cb121 has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
Contributor
🤖 GitHub commentsJust comment with:
|
Contributor
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
ycombinator
approved these changes
Mar 6, 2026
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.
This PR bumps up the Golang version to
1.25.8. It also:ms_tls13kdfGolang build tag when building in FIPS mode because this tag was only needed with Golang versions1.24.x.GODEBUG=tlsmlkem=0environment variable when running FIPS140-only unit tests. This prevents errors like so:Failed to connect: crypto/ecdh: use of X25519 is not allowed in FIPS 140-only mode.fmt.Sprintf("%s:%d", ip, port)code fragments withnet.JoinHostPort(ip, strconv.Itoa(int(port)))to work with the newhostportgo vetanalyzer.This is an automatic backport of pull request Bump Go version to 1.25.8 #46793 done by Mergify.