interop: update Go version to 1.21.4 (#4179)

This commit is contained in:
Marten Seemann 2023-11-23 11:30:26 +07:00 committed by GitHub
parent 3bf2e19d0d
commit 771d136fa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ RUN echo "TARGETPLATFORM: ${TARGETPLATFORM}"
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 '/' '-') && \
filename="go${GOVERSION}.${platform}.tar.gz" && \