update CI to use Go 1.25.5

This commit is contained in:
Ryan Richard
2025-12-05 10:29:12 -08:00
parent 4aa26bb379
commit 4f2481205e
20 changed files with 20 additions and 20 deletions
@@ -9,6 +9,6 @@ RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
RUN curl -sfLo /tmp/codecov https://uploader.codecov.io/latest/linux/codecov
RUN chmod +x /tmp/codecov
FROM golang:1.25.4
FROM golang:1.25.5
RUN apt-get update -y && apt-get dist-upgrade -y
COPY --from=builder /tmp/codecov /usr/local/bin/codecov