From 0e8627cc4ec068c84d20a5ead24ca96234d636ce Mon Sep 17 00:00:00 2001 From: wang yan Date: Mon, 24 Feb 2025 15:07:37 +0800 Subject: [PATCH] fix Signed-off-by: wang yan --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 043e1f9a7..b4b83dd67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: BUILDTAGS: "include_oss,include_gcs" CGO_ENABLED: 1 GO111MODULE: "auto" - GOPATH: ${{ github.workspace }} + GOPATH: /home/runner/work/goharbor/distribution GOOS: linux COMMIT_RANGE: ${{ github.event_name == 'pull_request' && format('{0}..{1}',github.event.pull_request.base.sha, github.event.pull_request.head.sha) || github.sha }}