upgrade CI to use Go 1.26.0

This commit is contained in:
Ryan Richard
2026-02-11 12:24:14 -08:00
parent 370487be59
commit a62391c12b
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.6
FROM golang:1.26.0
RUN apt-get update -y && apt-get dist-upgrade -y
COPY --from=builder /tmp/codecov /usr/local/bin/codecov