Skip to content

feat: add go tools to agent container image#1339

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/update-go-tools-in-action-image
Closed

feat: add go tools to agent container image#1339
Copilot wants to merge 2 commits intomainfrom
copilot/update-go-tools-in-action-image

Conversation

Copy link
Contributor

Copilot AI commented Mar 17, 2026

Add Go to the default agent image so Go toolchains are available without chroot or host mounts.

  • Dockerfile: Install Go 1.24.1 from official tarball into /usr/local/go, with GO_VERSION build arg for easy bumps. Skips installation if Go already exists (runner-like base images). Sets GOPATH=/home/awfuser/go and adds both GOROOT/bin and GOPATH/bin to PATH.
  • Docs: Updated tool tables in docs/agent-images.md and docs-site/src/content/docs/reference/agent-images.md.

📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

Copilot AI linked an issue Mar 17, 2026 that may be closed by this pull request
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Copilot AI changed the title [WIP] Update action image to use latest Go tools feat: add go tools to agent container image Mar 17, 2026
Copilot AI requested a review from Mossaka March 17, 2026 20:37
@Mossaka
Copy link
Collaborator

Mossaka commented Mar 17, 2026

@copilot the agent container uses chroot to use go from the host. So this issue isn't valid in awf repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Go tools update

2 participants