We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d53cc1 commit fe0c22bCopy full SHA for fe0c22b
.github/workflows/build.yml
@@ -13,7 +13,8 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v2
16
- - run: git fetch --prune --unshallow
+ with:
17
+ fetch-depth: 0
18
- uses: actions/cache@v2
19
with:
20
path: ~/go/pkg/mod
.github/workflows/release.yml
@@ -10,7 +10,8 @@ jobs:
10
11
12
- uses: actions/setup-go@v2
go-version: 1.14
0 commit comments