go-redis: fix broken build (#8181)

Signed-off-by: AdamKorcz <adam@adalogics.com>
This commit is contained in:
AdamKorcz 2022-08-08 14:55:51 +01:00 committed by GitHub
parent 52abbf410a
commit d04f34064f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
compile_go_fuzzer github.com/go-redis/redis/v8/fuzz Fuzz fuzz gofuzz
compile_go_fuzzer github.com/go-redis/redis/v9/fuzz Fuzz fuzz gofuzz