diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 83caff6..d0f6314 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,7 +11,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 + with: + submodules: 'true'' - name: Set up Go uses: actions/setup-go@v4