We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51854a commit ea71b1cCopy full SHA for ea71b1c
.github/workflows/ci.yaml
@@ -9,6 +9,6 @@ jobs:
9
- name: Setup go
10
uses: actions/setup-go@v1
11
with:
12
- go-version: "1.13"
+ go-version: "1.14"
13
- run: go test -coverprofile=coverage.txt -covermode=atomic ./...
14
- uses: codecov/codecov-action@v1
.github/workflows/release.yaml
@@ -11,8 +11,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- - name: Unshallow
15
- run: git fetch --prune --unshallow
+ with:
+ fetch-depth: 0
16
- name: Set up Go
17
uses: actions/setup-go@v2
18
0 commit comments