From 5c721091e8e147facdf49f6cd557084501411c05 Mon Sep 17 00:00:00 2001 From: wang yan Date: Mon, 24 Feb 2025 15:28:55 +0800 Subject: [PATCH] fix Signed-off-by: wang yan --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4b83dd67..30e9a38ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,8 +35,8 @@ jobs: - name: Build working-directory: ./src/github.com/goharbor/distribution run: | - GO111MODULE=on script/setup/install-dev-tools - script/validate/vendor + #GO111MODULE=on script/setup/install-dev-tools + #script/validate/vendor go build . #make check #make build