Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
DataDog
/
datadog-agent-dev
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
8
Code
Issues
2
Pull requests
8
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
ACIX-1062: Create helper function for
go build
- #211
#211
Merged
Ishirui
merged 12 commits into
main
DataDog/datadog-agent-dev:main
from
pierrelouis.veyrenc/ACIX-1062-go-build-helper
DataDog/datadog-agent-dev:pierrelouis.veyrenc/ACIX-1062-go-build-helper
Copy head branch name to clipboard
Dec 12, 2025
Conversation
Commits
12
(12)
Checks
Files changed
Merged
ACIX-1062: Create helper function for
go build
#211
Ishirui
merged 12 commits into
main
DataDog/datadog-agent-dev:main
from
pierrelouis.veyrenc/ACIX-1062-go-build-helper
DataDog/datadog-agent-dev:pierrelouis.veyrenc/ACIX-1062-go-build-helper
Copy head branch name to clipboard
Commits
Commits on Dec 9, 2025
feat(go): Add a custom `Go.build` method for easier invocations of `go build`
Show description for 3714ef4
Ishirui
committed
3714ef4
View commit details
Copy full SHA for 3714ef4
Browse repository at this point
fix(go): Make the `-a` argument controllable
Show description for e2434ca
Ishirui
committed
e2434ca
View commit details
Copy full SHA for e2434ca
Browse repository at this point
fix(build): Prevent `get_random_filename` from creating filenames starting with `-`
Show description for fea5456
Ishirui
committed
fea5456
View commit details
Copy full SHA for fea5456
Browse repository at this point
feat(tests): Add `skip_${OS}` pytest markers for skipping tests on specific operating systems
Ishirui
committed
ac5fde0
View commit details
Copy full SHA for ac5fde0
Browse repository at this point
fix(tests): Skip `TestBuild::test_build_project` on macOS as `go` is not installed in CI runners
Ishirui
committed
37748c8
View commit details
Copy full SHA for 37748c8
Browse repository at this point
Commits on Dec 10, 2025
fix(go): Tweak `Go.build` method interface after testing
Show description for 23cc251
Ishirui
committed
23cc251
View commit details
Copy full SHA for 23cc251
Browse repository at this point
refactor: Minor Copilot-suggested tweaks
Ishirui
committed
49829e2
View commit details
Copy full SHA for 49829e2
Browse repository at this point
refactor: Simplify `get_random_filename` test fixture
Ishirui
committed
a70eed8
View commit details
Copy full SHA for a70eed8
Browse repository at this point
refactor(go): Pass `*packages` instead of a single `entrypoint`
Ishirui
committed
946a62f
View commit details
Copy full SHA for 946a62f
Browse repository at this point
refactor(tests): Use sets of build tags everywhere
Ishirui
committed
86f06c8
View commit details
Copy full SHA for 86f06c8
Browse repository at this point
Commits on Dec 12, 2025
feat(go): Allow passing 0 packages to `build` method
Ishirui
committed
8ba515b
View commit details
Copy full SHA for 8ba515b
Browse repository at this point
refactor(tests): `get_random_filename` returns a simple `str`
Ishirui
committed
f16be01
View commit details
Copy full SHA for f16be01
Browse repository at this point
You can’t perform that action at this time.