We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf2dc7 commit 7a3ff60Copy full SHA for 7a3ff60
.github/workflows/ci.yml
@@ -45,6 +45,8 @@ jobs:
45
46
- name: Checkout code
47
uses: actions/checkout@v2
48
+ with:
49
+ fetch-depth: 1
50
51
- name: Cache-Go
52
uses: actions/cache@v1
.github/workflows/lint.yml
@@ -12,6 +12,8 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v2
15
16
17
- name: cgo deps
18
run: |
19
sudo apt-get update
0 commit comments