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 b7b8ea8 commit 329110eCopy full SHA for 329110e
.github/workflows/go.yml
@@ -37,6 +37,8 @@ jobs:
37
working-directory: ./libevm/tooling
38
steps:
39
- uses: actions/checkout@v4
40
+ with:
41
+ fetch-depth: 0 # everything
42
- name: Set up Go
43
uses: actions/setup-go@v5
44
with:
0 commit comments