update go version

This commit is contained in:
Chris Lu
2026-03-09 11:12:05 -07:00
parent 78a3441b30
commit bff084ff6a
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.24-alpine AS builder
FROM golang:1.25-alpine AS builder
# Set working directory
WORKDIR /app