upgrade CI to use Go 1.24.4

This commit is contained in:
Ryan Richard
2025-07-01 12:24:04 -07:00
parent cfaaffc0a5
commit 51f396d1b3
19 changed files with 19 additions and 19 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.24.3
FROM golang:1.24.4
RUN apt-get update -y && apt-get dist-upgrade -y
COPY --from=builder /tmp/codecov /usr/local/bin/codecov