Skip to content

Commit 0c8bb63

Browse files
author
Igor Drozdov
committed
Add Golang 1.19 to CI
1 parent 8d46766 commit 0c8bb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tests:
6161
image: golang:${GO_VERSION}
6262
parallel:
6363
matrix:
64-
- GO_VERSION: ["1.17", "1.18"]
64+
- GO_VERSION: ["1.17", "1.18", "1.19"]
6565
after_script:
6666
- make coverage
6767
coverage: '/\d+.\d+%/'

0 commit comments

Comments
 (0)