upgrade golang in CI from 1.23.3 to 1.23.4

This commit is contained in:
Ryan Richard
2024-12-04 09:14:52 -08:00
parent 9960c80351
commit 093c56f24e
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.3
FROM golang:1.23.4
RUN apt-get update -y && apt-get dist-upgrade -y
COPY --from=builder /tmp/codecov /usr/local/bin/codecov