mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-09 23:42:55 +01:00
Update codecov.yml
Typo in 1.18 change
This commit is contained in:
parent
236f981968
commit
ece721ffc1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codecov.yml
vendored
2
.github/workflows/codecov.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue