1 Commits

Author SHA1 Message Date
admin d271a786d2 fix: use Go 1.24 with GOTOOLCHAIN=auto for Docker build
Docker Build / Build and Push Docker Image (push) Failing after 1m33s
Release / Build and Release (push) Successful in 1m0s
2026-06-22 21:02:28 +00:00
+3 -1
View File
@@ -1,5 +1,7 @@
# Build stage
FROM golang:1.25-alpine AS builder
FROM golang:1.24-alpine AS builder
ENV GOTOOLCHAIN=auto
RUN apk add --no-cache git