mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
interop: update Go version to 1.21.4 (#4179)
This commit is contained in:
parent
3bf2e19d0d
commit
771d136fa9
1 changed files with 1 additions and 1 deletions
|
@ -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" && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue