From 8f01c8c27fb7494e2955c72fac69d8f82b3c99c5 Mon Sep 17 00:00:00 2001 From: "fox.cpp" Date: Sun, 28 Jan 2024 21:28:36 +0300 Subject: [PATCH] ci: Fix-up --- .github/workflows/go.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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