feat(gateway): fix go version

This commit is contained in:
Ray Andrew 2026-02-15 01:29:07 -06:00
parent 2a7f0653ac
commit 0ce78c2820
Signed by: rayandrew
SSH key fingerprint: SHA256:EUCV+qCSqkap8rR+p+zGjxHfKI06G0GJKgo1DIOniQY

View file

@ -1,4 +1,4 @@
FROM golang:1.23-alpine AS builder
FROM golang:1.24-alpine AS builder
WORKDIR /src
COPY go.mod go.sum ./
RUN go mod download