From 1d697c33340014486fce46c6e65781a9c750955c Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Thu, 9 Jun 2022 09:53:39 +0200 Subject: [PATCH] Update codecov.yml We do not support go 1.15 --- .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 ac6a8d0..35768f3 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - go: [1.15, 1.16, 1.17, 1.18] + go: [1.16, 1.17, 1.18] steps: - name: Checkout Code uses: actions/checkout@master