feat: upgrade the action to installer v12#60
Merged
tonyredondo merged 8 commits intomainfrom Mar 25, 2026
Merged
Conversation
calvinbayer
approved these changes
Mar 25, 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.
Summary
go-module-dirinput and pass it through asDD_CIVISIBILITY_GO_MODULE_DIR.DS_StoreGo CI Matrix
The workflow now covers these Go scenarios in CI:
go 1.24go 1.25go 1.22go 1.24, auto-detectedgo 1.25, auto-detectedgo-module-dirgo-module-dirgo-module-dirpointing to a missing directoryThe Go jobs run
go test -v ./...withDD_TRACE_DEBUG=trueso the workflow logs include both verbose test output and tracer debug output.Bug Fix Coverage
This PR now covers the regression reported in DataDog/orchestrion#806.
That issue was a fresh Go
1.24module with no pre-existingorchestrionordd-trace-godependency, where the install flow drifted to an incompatible tracer line and failed becauseorchestrion/all/v2 v2.7.0requires Go1.25.The
root go1.24 successCI job exercises that same shape of project from scratch and verifies that the action completes successfully and the instrumented test run still passes on Go1.24. There is also equivalent coverage for a single nested Go1.24module.Verification
action.ymlsuccessfully after the metadata changesinstall_test_visibility_v12.shscript matches the pinned SHA-256 checksumDD_CIVISIBILITY_GO_MODULE_DIRGOFLAGSandDD_TRACER_VERSION_GO23556166608Notes