Bump to go1.23.6

This commit is contained in:
Joshua Casey
2025-02-05 13:09:02 -06:00
parent 0acd38fa7d
commit b87893420b
17 changed files with 17 additions and 17 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.23.5
FROM golang:1.23.6
RUN apt-get update -y && apt-get dist-upgrade -y
COPY --from=builder /tmp/codecov /usr/local/bin/codecov