From 3adb02fe701abb98696099965f5bc62d41d54880 Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Tue, 5 Apr 2022 13:49:10 -0400 Subject: [PATCH] Stop using fork of gateway-api for conformance testing --- .github/workflows/conformance.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index bb9a8d139..b3ef33e55 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -41,8 +41,7 @@ jobs: - name: Clone gateway-api uses: actions/checkout@v2 with: - repository: "nathancoleman/gateway-api" - ref: "eventually-consistent-conformance" + repository: "kubernetes-sigs/gateway-api" path: "gateway-api" - name: Setup Goenv