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:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-08-17 19:08:15 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-08-19 07:58:34 +0300
commit196a353a4f571e78682d917ad6f061946884fa06 (patch)
tree00158230db6c23ac195797196fef8c7ec39fc748 /.gitlab/ci/test.yml
parente1c89e281f9af0e15a0d3035ce4ff1fe1ada2b79 (diff)
ci: remove go 1.15 tests
Diffstat (limited to '.gitlab/ci/test.yml')
-rw-r--r--.gitlab/ci/test.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.gitlab/ci/test.yml b/.gitlab/ci/test.yml
index 26107b85..5e4dc305 100644
--- a/.gitlab/ci/test.yml
+++ b/.gitlab/ci/test.yml
@@ -26,18 +26,6 @@
- echo "Running just the acceptance tests daemonized (inplace)...."
- TEST_DAEMONIZE=inplace make acceptance
-test:1.15:
- extends: .tests-unit
- image: golang:1.15
-
-test-acceptance:1.15:
- extends: .tests-acceptance-tmpdir
- image: golang:1.15
-
-test-acceptance-inplace:1.15:
- extends: .tests-acceptance-inplace
- image: golang:1.15
-
test:1.16:
extends: .tests-unit
image: golang:1.16