mirror of https://github.com/joho/godotenv.git
Test against go 1.19 too
parent
d4cc462af7
commit
1e1ed32207
|
@ -8,7 +8,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go: [ '1.18', '1.17', '1.16', '1.15' ]
|
||||
go: [ '1.19', '1.18', '1.17', '1.16', '1.15' ]
|
||||
os: [ ubuntu-latest, macOS-latest, windows-latest ]
|
||||
name: ${{ matrix.os }} Go ${{ matrix.go }} Tests
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue