Update codecov.yml

We do not support go 1.15
This commit is contained in:
Winni Neessen 2022-06-09 09:53:39 +02:00 committed by GitHub
parent d10dc92518
commit 1d697c3334
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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