From 89df5142495e0ecc98317cad258af8155b8f763f Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Sat, 7 Apr 2018 21:16:15 -0700 Subject: [PATCH] Add golang and git 2.17 images --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e286bb4..d8c213d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,9 +68,11 @@ golang-1.8.6-git-2.14 test: *test_custom golang-1.9-git-2.9.0 test: *test_custom golang-1.9-git-2.14 test: *test_custom golang-1.9-git-2.16 test: *test_custom +golang-1.9-git-2.17 test: *test_custom golang-1.10-git-2.9.0 test: *test_custom golang-1.10-git-2.14 test: *test_custom golang-1.10-git-2.16 test: *test_custom +golang-1.10-git-2.17 test: *test_custom node-8.9-chrome-63.0-yarn-1.2 test: *test_custom www-gitlab-com test: *test_build @@ -104,9 +106,11 @@ golang-1.8.6-git-2.14: *build_and_deploy_custom golang-1.9-git-2.9.0: *build_and_deploy_custom golang-1.9-git-2.14: *build_and_deploy_custom golang-1.9-git-2.16: *build_and_deploy_custom +golang-1.9-git-2.17: *build_and_deploy_custom golang-1.10-git-2.9.0: *build_and_deploy_custom golang-1.10-git-2.14: *build_and_deploy_custom golang-1.10-git-2.16: *build_and_deploy_custom +golang-1.10-git-2.17: *build_and_deploy_custom node-8.9-chrome-63.0-yarn-1.2: *build_and_deploy_custom www-gitlab-com: *build_and_deploy