Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2021-03-25 05:42:15 +0300
committerEvan Read <eread@gitlab.com>2021-03-29 23:42:54 +0300
commit48ec6def6a304942b48a40fd9381d19b1aa12709 (patch)
tree80262a10d8a7f171f3187c2408d1ce77eeffc8b3 /.gitlab
parent32d1c7b4d61cea0c9e097a1b968677205141c244 (diff)
Set Go 1.16.2 for project
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/test.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab/ci/test.yml b/.gitlab/ci/test.yml
index d2ff96d9..f6ca3e08 100644
--- a/.gitlab/ci/test.yml
+++ b/.gitlab/ci/test.yml
@@ -48,6 +48,14 @@ test-acceptance:1.15:
extends: .tests-acceptance-deamon
image: golang:1.15
+test:1.16:
+ extends: .tests-unit
+ image: golang:1.16
+
+test-acceptance:1.16:
+ extends: .tests-acceptance-deamon
+ image: golang:1.16
+
race:
extends: .tests-common
script: