fixed git checkout depth bug

This commit is contained in:
loyalsoldier 2019-12-11 02:27:05 +08:00
parent c22db61188
commit 5caf66de4b

View File

@ -38,8 +38,6 @@ jobs:
- name: Check out code into the Go module directory - name: Check out code into the Go module directory
uses: actions/checkout@v1 uses: actions/checkout@v1
with:
fetch-depth: 1
# - name: Set GOPATH # - name: Set GOPATH
# run: | # run: |