Fix build

This commit is contained in:
Liz MacLean 2026-04-13 12:19:27 -04:00
parent 917a5bc40c
commit 548a5d495c

View file

@ -1,4 +1,4 @@
FROM golang:1.24 AS builder
FROM golang:1.25 AS builder
COPY . /var/app
WORKDIR /var/app
RUN go mod tidy