From f6e7c4cec85db6efbd7bd8c9a12074dbc5f790dd Mon Sep 17 00:00:00 2001 From: Nikos Date: Wed, 24 Apr 2024 12:51:43 +0300 Subject: [PATCH] chore(temp): update .github config --- .github/workflows/oidc-conformity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/oidc-conformity.yml b/.github/workflows/oidc-conformity.yml index 3c290faa..8696be33 100644 --- a/.github/workflows/oidc-conformity.yml +++ b/.github/workflows/oidc-conformity.yml @@ -20,7 +20,7 @@ jobs: go-version: "1.21" - name: Update fosite run: | - go mod edit -replace github.com/ory/fosite=github.com/${{ github.event.pull_request.head.repo.full_name }}@${{ github.event.pull_request.head.sha }} + go mod edit -replace github.com/ory/fosite=github.com/canonical@${{ github.event.pull_request.head.sha }} go mod tidy - name: Start service run: ./test/conformance/start.sh