summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsh McKenzie <amckenzie@gitlab.com>2022-08-16 13:00:15 +0000
committerAsh McKenzie <amckenzie@gitlab.com>2022-08-16 13:00:15 +0000
commit768d627ce96640d55607f978ff0eeaf7f518242c (patch)
tree423bdacc4bbf98ee393de03e13dc077efd0864e7
parent8d46766f3c223ec82c23b2f1210ac3a0a81731eb (diff)
parent0c8bb63577476eaf7a9315352a8704510b08a55c (diff)
downloadgitlab-shell-768d627ce96640d55607f978ff0eeaf7f518242c.tar.gz
Merge branch 'id-test-against-1.19' into 'main'
Run tests agains 1.19 Golang See merge request gitlab-org/gitlab-shell!680
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7ee6e64..d0f33da 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,7 +61,7 @@ tests:
image: golang:${GO_VERSION}
parallel:
matrix:
- - GO_VERSION: ["1.17", "1.18"]
+ - GO_VERSION: ["1.17", "1.18", "1.19"]
after_script:
- make coverage
coverage: '/\d+.\d+%/'