diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index c3483d010..cdb374ef9 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -49,6 +49,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: "0" + - name: Set up Go + uses: actions/setup-go@v2 + with: + go-version: '1.18' - name: Unit Tests run: make install && make test_unit_codecov - name: Push CodeCov