Skip to content

Conversation

@mjramirez-dev
Copy link
Member

@mjramirez-dev mjramirez-dev commented Sep 8, 2025

Fixes:

  • adds --python-home-3=/opt/datadog-agent/embedded build option during agent build

Related:

Notes:
local and CI build was failing during go/bump stage with the following:

Error: failed to run 'go mod tidy': exit status 2 with output: invalid value "1.25.0" for flag -go: maximum supported Go version is 1.24.7

Added the following line to go/bump section

go-version: "1.24.7" # package built w/ go-1.24 - keeps tidy at 1.24.7, otherwise go mod tidy fails

@octo-sts
Copy link
Contributor

octo-sts bot commented Sep 8, 2025

🔢 Build Failed: Dependency Version Mismatch

invalid value "1.25.0" for flag -go: maximum supported Go version is 1.24.7

Build Details

Category Details
Build System go/melange
Failure Point go mod tidy command during go/bump step

Root Cause Analysis 🔍

The gobump tool attempted to use Go version 1.25.0, but the go mod tidy command only supports up to Go version 1.24.7. This is a version compatibility issue where the local Go version (1.25.0) exceeds the maximum supported version by the go mod tidy command.


Was this comment helpful? Please use 👍 or 👎 reactions on this comment.

@octo-sts octo-sts bot added the ai/skip-comment Stop AI from commenting on PR label Sep 8, 2025
@octo-sts octo-sts bot added the bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages. label Sep 8, 2025
@mjramirez-dev mjramirez-dev changed the title DRAFT: DNM: fix(datadog-agent): bug-2473 fix DRAFT: DNM: fix(datadog-agent): add embedded python home path for bugfix-2473 Sep 10, 2025
@mjramirez-dev mjramirez-dev changed the title DRAFT: DNM: fix(datadog-agent): add embedded python home path for bugfix-2473 fix(datadog-agent): add embedded python home path for bugfix-2473 Sep 10, 2025
@mjramirez-dev mjramirez-dev marked this pull request as ready for review September 10, 2025 23:13
@mjramirez-dev mjramirez-dev merged commit 93769f3 into wolfi-dev:main Sep 11, 2025
12 checks passed
aborrero pushed a commit to AmberArcadia/wolfi-dev-os that referenced this pull request Sep 11, 2025
fix(datadog-agent): add embedded python home path for bugfix-2473 and update package version to 7.70.1 release(wolfi-dev#65603)

---------

Signed-off-by: Matthew Ramirez <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai/skip-comment Stop AI from commenting on PR bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants