Update codecov.yml

Typo in 1.18 change
This commit is contained in:
Winni Neessen 2022-03-15 21:57:50 +01:00 committed by GitHub
parent 236f981968
commit ece721ffc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: [1.15, 1.16, 1.17 1.18]
go: [1.15, 1.16, 1.17, 1.18]
steps:
- name: Checkout Code
uses: actions/checkout@master