fix: upgrade Go toolchain to 1.25.5 to address HIGH severity CVEs#3895
Open
yugannkt wants to merge 2 commits intoargoproj:masterfrom
Open
fix: upgrade Go toolchain to 1.25.5 to address HIGH severity CVEs#3895yugannkt wants to merge 2 commits intoargoproj:masterfrom
yugannkt wants to merge 2 commits intoargoproj:masterfrom
Conversation
155d8e1 to
fec3501
Compare
Fixes argoproj#3807 Upgraded Go from 1.24 to 1.25.5 to resolve HIGH severity vulnerabilities in Go standard library (net/http, crypto, encoding packages). Changes: - Updated go.mod: go 1.24.1 -> go 1.25.5 - Updated GitHub Actions workflows (ci.yaml, release.yml, gh-pages.yaml) - Updated developer_guide.md: Golang 1.20+ -> Golang 1.25.3+ - Updated third_party prometheus-nats-exporter Dockerfile All dependencies verified compatible. Build and tests pass successfully. Signed-off-by: Yugan <yugannkt@gmail.com>
fec3501 to
b2811ca
Compare
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.
Fix: Upgrade Go toolchain to 1.25.5 to address HIGH severity CVEs
Summary
This PR upgrades the Go toolchain from version 1.24.1 to 1.25.5 to address HIGH severity CVEs in the Go standard library.
Fixes #3807
Motivation
Security scanning (Trivy) identified multiple HIGH severity vulnerabilities in Go stdlib packages (net/http, crypto, encoding) present in Go 1.24.x. These CVEs are fixed in Go 1.25.3+. This upgrade is critical for deployments in regulated environments and addresses security hardening requirements.
Changes Made
Core Files
1.24.1to1.25.5CI/CD Workflows
Documentation
Golang 1.20+toGolang 1.25.3+Third-party Components
golang:1.20.2togolang:1.25.5