bump go.mod version to Go 1.23, run 1.23 and 1.24 on CI (#4880)

This commit is contained in:
Marten Seemann
2025-02-13 12:49:54 +01:00
committed by GitHub
parent 5af39164b9
commit 12f2be058b
18 changed files with 160 additions and 185 deletions

View File

@@ -5,7 +5,7 @@ RUN echo "TARGETPLATFORM: ${TARGETPLATFORM}"
RUN apt-get update && apt-get install -y wget tar git
ENV GOVERSION=1.23.0
ENV GOVERSION=1.24.0
RUN platform=$(echo ${TARGETPLATFORM} | tr '/' '-') && \
filename="go${GOVERSION}.${platform}.tar.gz" && \