From 44995db47da0cc467311540e81f15f97a4ea7d5a Mon Sep 17 00:00:00 2001 From: Sebastien Binet Date: Fri, 9 Sep 2022 14:39:48 +0200 Subject: [PATCH] ci: use Go-1.19 in codecov Signed-off-by: Sebastien Binet --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index fa7efe77..313ebef9 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -13,7 +13,7 @@ jobs: if: github.event.pull_request.merged == true strategy: matrix: - go-version: [1.18.x, 1.17.x] + go-version: [1.19.x] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }}