From 541e707861ada911b663ed53130a46f07de5f2da Mon Sep 17 00:00:00 2001 From: Ruidy Date: Wed, 7 Jun 2023 15:11:21 +0200 Subject: [PATCH] Update unit-test.yml --- .github/workflows/unit-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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