forked from quic-go/quic-go
update to Go 1.25, drop Go 1.23, use go tool for gomock (#5283)
* update to Go 1.25, drop support for Go 1.23 * ci: update golangci-lint to v2.4.0 * use new go tool command for gomock / mockgen * also update Go version used for oss-fuzz
This commit is contained in:
@@ -5,7 +5,7 @@ RUN echo "TARGETPLATFORM: ${TARGETPLATFORM}"
|
||||
|
||||
RUN apt-get update && apt-get install -y wget tar git && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV GOVERSION=1.24.0
|
||||
ENV GOVERSION=1.25.0
|
||||
|
||||
RUN platform=$(echo ${TARGETPLATFORM} | tr '/' '-') && \
|
||||
filename="go${GOVERSION}.${platform}.tar.gz" && \
|
||||
|
||||
Reference in New Issue
Block a user