Skip to content

Commit ea71b1c

Browse files
committed
fix: CI cleanup
1 parent d51854a commit ea71b1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
- name: Setup go
1010
uses: actions/setup-go@v1
1111
with:
12-
go-version: "1.13"
12+
go-version: "1.14"
1313
- run: go test -coverprofile=coverage.txt -covermode=atomic ./...
1414
- uses: codecov/codecov-action@v1

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2
14-
- name: Unshallow
15-
run: git fetch --prune --unshallow
14+
with:
15+
fetch-depth: 0
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:

0 commit comments

Comments
 (0)