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>
This commit is contained in:
SoftwareEngineer 2026-06-22 14:31:27 +02:00 committed by CTO
parent 931c47c53d
commit 9a29eec1cb
2 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/elfoundation/hatch module github.com/elfoundation/hatch
go 1.24.0 go 1.25.0

0
go.sum Normal file
View File