Upgrade Go toolchain to 1.26.5

This commit is contained in:
2026-07-22 13:07:00 -04:00
parent 4454e918c2
commit ae0939177c
7 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.24-bookworm AS server-build
FROM golang:1.26.5-bookworm AS server-build
WORKDIR /workspace
RUN apt-get update && apt-get install -y --no-install-recommends build-essential ca-certificates && rm -rf /var/lib/apt/lists/*
COPY go.work ./