diff --git a/.github/workflows/agent-binary.yml b/.github/workflows/agent-binary.yml index c1446344..3052d0d0 100644 --- a/.github/workflows/agent-binary.yml +++ b/.github/workflows/agent-binary.yml @@ -25,6 +25,8 @@ jobs: id-token: write steps: - uses: actions/checkout@v4 + with: + submodules: 'recursive' - uses: actions/setup-go@v5 with: go-version-file: go.mod