Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buildGoModule: find build/test targets with go list #284568

Draft
wants to merge 9 commits into
base: staging
Choose a base branch
from

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    c53e728 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e47ce34 View commit details
    Browse the repository at this point in the history
  3. buildGoModule: also set flags on go list

    Signed-off-by: Paul Meyer <[email protected]>
    katexochen committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    ef1d463 View commit details
    Browse the repository at this point in the history
  4. treewide: replace excludedPackages with subPackages in Go packages

    Most packages should specify subPackages instead of excludedPackages,
    as it makes the build more precise and is clearer in general.
    katexochen committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    5cff19e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dea296a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c66742 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    866b72b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    910ea34 View commit details
    Browse the repository at this point in the history
  9. datadog-agent: add missing Go tag

    Signed-off-by: Paul Meyer <[email protected]>
    katexochen committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    d1a7158 View commit details
    Browse the repository at this point in the history