fix: use golang:1.24-alpine Docker image to match go.mod requirements

filippo.io/edwards25519 v1.2.0 requires go 1.24+.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-06-26 15:24:18 +08:00
parent 4668de90e9
commit d107c9a149
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine AS builder
FROM golang:1.24-alpine AS builder
WORKDIR /app
COPY go.mod go.sum ./