diff --git a/.github/workflows/unit-test.yaml b/.github/workflows/unit-test.yaml index a62cfbb08..e3c161b7d 100644 --- a/.github/workflows/unit-test.yaml +++ b/.github/workflows/unit-test.yaml @@ -10,7 +10,11 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Set up Go + uses: actions/setup-go@v4 + with: + go-version-file: 'go.mod' - name: Run tests run: make unit-ci - name: Report coverage - uses: codecov/codecov-action@v3.1.4 \ No newline at end of file + uses: codecov/codecov-action@v3.1.4