projects/cosmos-sdk: change base image to base-builder-go for Go 1.18 (#7592)

cosmos-sdk fuzz tests are being converted to native Go format, but the
base-builder-go-codeintelligencetesting image doesn't have `gotip`.
This commit is contained in:
elias-orijtech 2022-04-20 18:50:22 +02:00 committed by GitHub
parent f8f388f528
commit 09c54cd1e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
FROM gcr.io/oss-fuzz-base/base-builder-go
RUN git clone --single-branch --branch fuzz-packages https://github.com/cosmos/cosmos-sdk
COPY build.sh $SRC