There was an error while loading. Please reload this page.
1 parent 844ef77 commit e6c0839Copy full SHA for e6c0839
.github/workflows/default.yml
@@ -23,9 +23,6 @@ jobs:
23
COVERPROFILE: coverage.out
24
steps:
25
- uses: actions/checkout@v4
26
- with:
27
- fetch-depth: 0
28
-
29
- uses: actions/setup-go@v5
30
with:
31
go-version: ${{ matrix.go-version }}
.github/workflows/deploy.yml
@@ -25,6 +25,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
+ with:
+ fetch-depth: 0
- name: Set up Go
32
uses: actions/setup-go@v5
.github/workflows/release.yml
@@ -17,6 +17,8 @@ jobs:
17
issues: write
18
19
20
21
22
go-version-file: ${{ github.workspace }}/go.mod
0 commit comments