From e94fd5db83c962610772051b5440bc9ea191e640 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Fri, 10 Dec 2021 08:39:45 -0800 Subject: [PATCH] Add Go 1.17 to GitLab images building We can also drop Git v2.31 now since v2.33 is the default. --- .gitlab/ci/gitlab.images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/ci/gitlab.images.yml b/.gitlab/ci/gitlab.images.yml index 33e7b40..743f49f 100644 --- a/.gitlab/ci/gitlab.images.yml +++ b/.gitlab/ci/gitlab.images.yml @@ -1,7 +1,6 @@ # Used by GitLab: https://gitlab.com/gitlab-org/gitlab/blob/master/.gitlab-ci.yml .gitlab-matrix: variables: - GOLANG: '1.16' LFS: '2.9' CHROME: '89' NODE: '14.15' @@ -10,8 +9,9 @@ parallel: matrix: - RUBY: ['2.7.patched', '3.0.patched'] - GIT: ['2.31', '2.33'] + GIT: ['2.33'] POSTGRESQL: ['11', '12', '13'] + GOLANG: ['1.16', '1.17'] gitlab test: extends: