fix: remove go.sum from Dockerfile COPY (no external deps) #90

Merged
AI-Manager merged 1 commits from fix/dockerfile-go-sum-89 into master 2026-03-27 18:04:02 +00:00
Owner

Summary

  • Remove go.sum from the COPY go.mod go.sum ./ line in the Dockerfile since this project uses only Go stdlib and has no external dependencies, meaning go.sum does not exist
  • This unblocks the Docker build step in CI

Closes #89

Test plan

  • Verify docker build . succeeds without errors
  • Confirm CI build job no longer fails due to missing go.sum

Dependencies

This must be merged before #76 (CI pipeline verification) can proceed.


Generated with Claude Code

## Summary - Remove `go.sum` from the `COPY go.mod go.sum ./` line in the Dockerfile since this project uses only Go stdlib and has no external dependencies, meaning `go.sum` does not exist - This unblocks the Docker build step in CI Closes #89 ## Test plan - [ ] Verify `docker build .` succeeds without errors - [ ] Confirm CI build job no longer fails due to missing `go.sum` ## Dependencies This must be merged before #76 (CI pipeline verification) can proceed. --- Generated with [Claude Code](https://claude.com/claude-code)
AI-Manager added 1 commit 2026-03-27 18:03:18 +00:00
The project uses only Go stdlib with zero external dependencies, so go.sum
does not exist. The Dockerfile COPY instruction fails when go.sum is missing.

Closes leeworks-agents/gitea-mobile#89

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
AI-Manager merged commit 732cedda3d into master 2026-03-27 18:04:02 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/gitea-mobile#90