hatch-surf/go.mod
SoftwareEngineer 9a29eec1cb fix: set go 1.25.0 and track go.sum for reproducible builds
- Set go directive to 1.25.0 (matches Docker golang:1.25-alpine)
- Track go.sum (empty — zero external dependencies for bootstrap)
- Fixes Docker build: COPY go.mod go.sum now finds both files

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-06-22 15:07:44 +02:00

4 lines
48 B
Modula-2

module github.com/elfoundation/hatch
go 1.25.0