fuzzing: update Go version used on OSS-Fuzz to 1.21 (#4192)

This commit is contained in:
Marten Seemann
2023-12-09 22:50:09 +05:30
committed by GitHub
parent f162b948db
commit 659da8ca08
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ FROM gcr.io/oss-fuzz-base/base-builder-go:v1
ARG TARGETPLATFORM
RUN echo "TARGETPLATFORM: ${TARGETPLATFORM}"
ENV GOVERSION=1.20.7
ENV GOVERSION=1.21.5
RUN platform=$(echo ${TARGETPLATFORM} | tr '/' '-') && \
filename="go${GOVERSION}.${platform}.tar.gz" && \