Skip to content

Commit 7b4f2b2

Browse files
committed
ci: add Go 1.19 to CI
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent 601ec81 commit 7b4f2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest, macos-latest, windows-latest]
19-
go: ['1.15', '1.16', '1.17', '1.18']
19+
go: ['1.15', '1.16', '1.17', '1.18', '1.19']
2020
tags: ['', 'viper_yaml2', 'viper_toml1']
2121
env:
2222
GOFLAGS: -mod=readonly

0 commit comments

Comments
 (0)