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:
authorJaime Martinez <jmartinez@gitlab.com>2021-06-09 05:24:20 +0300
committerJaime Martinez <jmartinez@gitlab.com>2021-06-09 05:24:20 +0300
commit5abbb3dd66270f0124fc5c7fe4523f237337c890 (patch)
treeeb665cd0148e11d0171160eed31c4639f9e6d6e0 /.gitlab
parentf5761b9d0c950cdd66a6c7dbd53661e914a780c4 (diff)
Drop support for Go 1.13
Changelog: removed
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/test.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.gitlab/ci/test.yml b/.gitlab/ci/test.yml
index f6ca3e08..f0e484b9 100644
--- a/.gitlab/ci/test.yml
+++ b/.gitlab/ci/test.yml
@@ -24,14 +24,6 @@
- TEST_DAEMONIZE=inplace make acceptance
- make junit-report
-test:1.13:
- extends: .tests-unit
- image: golang:1.13
-
-test-acceptance:1.13:
- extends: .tests-acceptance-deamon
- image: golang:1.13
-
test:1.14:
extends: .tests-unit
image: golang:1.14