mirror of
https://github.com/joho/godotenv.git
synced 2025-05-31 11:42:15 +00:00
Update CI to test go 1.20
This commit is contained in:
parent
cc9e9b7de7
commit
9d23ddee6d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
go: [ '1.19', '1.18', '1.17', '1.16', '1.15' ]
|
go: [ '1.20', '1.19', '1.18', '1.17', '1.16' ]
|
||||||
os: [ ubuntu-latest, macOS-latest, windows-latest ]
|
os: [ ubuntu-latest, macOS-latest, windows-latest ]
|
||||||
name: ${{ matrix.os }} Go ${{ matrix.go }} Tests
|
name: ${{ matrix.os }} Go ${{ matrix.go }} Tests
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user