fluxcd: Revert to base-builder-go to fix build (#8397)

fluxcd: Revert to base-builder-go
The project recently started moving into Go fuzz native, and using
the codeintelligencetesting variant is causing the error below:
ERROR: no interesting inputs were found

This PR reverts https://github.com/google/oss-fuzz/pull/7683 for fluxcd
which fixes the issue.

Signed-off-by: Paulo Gomes <pjbgf@linux.com>

Signed-off-by: Paulo Gomes <pjbgf@linux.com>
This commit is contained in:
Paulo Gomes 2022-09-02 18:47:02 +01:00 committed by GitHub
parent 50f1686323
commit 4714950e17
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
ENV PROJECT_ROOT="${GOPATH:-/root/go}/src/github.com/fluxcd"