Skip to content

Commit 768d627

Browse files
committed
Merge branch 'id-test-against-1.19' into 'main'
Run tests agains 1.19 Golang See merge request gitlab-org/gitlab-shell!680
2 parents 8d46766 + 0c8bb63 commit 768d627

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)