diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index ea15f39..42cd86d 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -10,7 +10,7 @@ jobs: fetch-depth: 2 - uses: actions/setup-go@v2 with: - go-version: '1.18' + go-version: '1.20' - name: Run tests with coverage run: go test -coverprofile=coverage.out -covermode=count ./... - uses: codecov/codecov-action@v2 @@ -20,4 +20,4 @@ jobs: flags: unittests name: codecov-umbrella fail_ci_if_error: true - verbose: true \ No newline at end of file + verbose: true