fix: remove go.sum from Dockerfile COPY (no external deps) #90
Reference in New Issue
Block a user
Delete Branch "fix/dockerfile-go-sum-89"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
go.sumfrom theCOPY go.mod go.sum ./line in the Dockerfile since this project uses only Go stdlib and has no external dependencies, meaninggo.sumdoes not existCloses #89
Test plan
docker build .succeeds without errorsgo.sumDependencies
This must be merged before #76 (CI pipeline verification) can proceed.
Generated with Claude Code