diff --git a/.github/workflows/ci-file.yaml b/.github/workflows/ci-file.yaml index 472f32a..0ceae6f 100644 --- a/.github/workflows/ci-file.yaml +++ b/.github/workflows/ci-file.yaml @@ -17,6 +17,7 @@ jobs: steps: - uses: actions/checkout@v3 + - uses: actions/setup-go@v3 - name: generate test coverage run: go test ./pkg/... -coverprofile=./cover.out -covermode=atomic -coverpkg=./...