We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d46766 + 0c8bb63 commit 768d627Copy full SHA for 768d627
.gitlab-ci.yml
@@ -61,7 +61,7 @@ tests:
61
image: golang:${GO_VERSION}
62
parallel:
63
matrix:
64
- - GO_VERSION: ["1.17", "1.18"]
+ - GO_VERSION: ["1.17", "1.18", "1.19"]
65
after_script:
66
- make coverage
67
coverage: '/\d+.\d+%/'
0 commit comments