We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf08b4 commit 4e38417Copy full SHA for 4e38417
.github/workflows/go.yml
@@ -15,6 +15,8 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v4
18
+ with:
19
+ submodules: 'true'
20
21
- name: Set up Go
22
uses: actions/setup-go@v4
0 commit comments