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