forked from quic-go/quic-go
interop: update Go version to 1.21.4 (#4179)
This commit is contained in:
@@ -5,7 +5,7 @@ RUN echo "TARGETPLATFORM: ${TARGETPLATFORM}"
|
|||||||
|
|
||||||
RUN apt-get update && apt-get install -y wget tar git
|
RUN apt-get update && apt-get install -y wget tar git
|
||||||
|
|
||||||
ENV GOVERSION=1.20.7
|
ENV GOVERSION=1.21.4
|
||||||
|
|
||||||
RUN platform=$(echo ${TARGETPLATFORM} | tr '/' '-') && \
|
RUN platform=$(echo ${TARGETPLATFORM} | tr '/' '-') && \
|
||||||
filename="go${GOVERSION}.${platform}.tar.gz" && \
|
filename="go${GOVERSION}.${platform}.tar.gz" && \
|
||||||
|
|||||||
Reference in New Issue
Block a user