diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 39932e6..aa3349c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,6 +15,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + lfs: true - name: Set up Go uses: actions/setup-go@v4