Skip to content

Add Go support to Docker image#10

Merged
rossnelson merged 1 commit intomainfrom
claude/1771129602-351659
Feb 15, 2026
Merged

Add Go support to Docker image#10
rossnelson merged 1 commit intomainfrom
claude/1771129602-351659

Conversation

@rossnelson
Copy link
Copy Markdown
Member

Summary

  • Installs Go 1.24.13 in the production Docker image with amd64/arm64 auto-detection
  • Configures GOPATH and PATH so the bot user can build and run Go projects
  • Explicitly creates and owns the GOPATH directory for the bot user

Test plan

  • Verify Docker image builds successfully
  • Confirm go version works inside the container as the bot user
  • Test cloning and building a Go project within the container

The bot now works on Go projects in addition to TypeScript. Installs Go
from the official tarball with amd64/arm64 auto-detection, configures
GOPATH for the bot user, and ensures proper directory ownership.
@rossnelson rossnelson merged commit 43b8f48 into main Feb 15, 2026
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.

2 participants