From 61240fb30a5b3dfc19fb01a71a320d11af77671a Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 12 May 2025 13:37:34 +1000 Subject: [PATCH] Checkout submodules --- .github/workflows/go.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e81836ad..edcb822b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,6 +13,8 @@ jobs: os: [windows-latest, macos-latest, ubuntu-latest] steps: - uses: actions/checkout@v4 + with: + submodules: true - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} -- 2.51.0