From 5caf66de4bd18ed6a92e7771921f0467495dce16 Mon Sep 17 00:00:00 2001 From: loyalsoldier Date: Wed, 11 Dec 2019 02:27:05 +0800 Subject: [PATCH] fixed git checkout depth bug --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5d38a0a9b..aa2a397501 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,8 +38,6 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v1 - with: - fetch-depth: 1 # - name: Set GOPATH # run: |