From c80be8428a14c9cf7851dbc35d4e88274eb5d6f1 Mon Sep 17 00:00:00 2001 From: Laurent Senta Date: Mon, 3 Jul 2023 13:25:53 +0200 Subject: [PATCH] add ipfs/gateway-conformance --- configs/go.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/go.json b/configs/go.json index c5043645..27e554a1 100644 --- a/configs/go.json +++ b/configs/go.json @@ -113,6 +113,9 @@ "target": "ipfs/boxo", "source_ref": "next" }, + { + "target": "ipfs/gateway-conformance" + }, { "target": "ipfs/go-bitfield" },