We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601ec81 commit 7b4f2b2Copy full SHA for 7b4f2b2
.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ jobs:
16
fail-fast: false
17
matrix:
18
os: [ubuntu-latest, macos-latest, windows-latest]
19
- go: ['1.15', '1.16', '1.17', '1.18']
+ go: ['1.15', '1.16', '1.17', '1.18', '1.19']
20
tags: ['', 'viper_yaml2', 'viper_toml1']
21
env:
22
GOFLAGS: -mod=readonly
0 commit comments