Update go version in docker build stage to 1.24

This commit is contained in:
2025-10-17 20:38:27 -07:00
parent c15f1a50ca
commit aed1a3b6a1
+1 -1
View File
@@ -1,5 +1,5 @@
# Build stage # Build stage
FROM golang:1.23.2-alpine AS builder FROM golang:1.24-alpine AS builder
# Install build dependencies # Install build dependencies
RUN apk add --no-cache git make RUN apk add --no-cache git make