Skip to content

Commit b1c7119

Browse files
authored
Update go.yml
1 parent 8ef2c13 commit b1c7119

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/go.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ jobs:
66
ci:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v2
10+
with:
11+
fetch-depth: 1
1012
- uses: dominikh/staticcheck-action@v1
1113
with:
1214
version: "latest"

0 commit comments

Comments
 (0)