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:
authorVladimir Shushlin <vshushlin@gitlab.com>2021-08-19 14:51:42 +0300
committerVladimir Shushlin <vshushlin@gitlab.com>2021-08-19 14:51:42 +0300
commitca330e78ad92ea79939a5df9b70f3c627a62eecf (patch)
treeb280a736acd4c5211e5dc5d28ce721141f6075ec /.gitlab
parent2bd9d969ce88e05b3b2cb1ed06e4963fe3478360 (diff)
parente99aa20aa65ab49ee3d5304db95adc04232d7d3b (diff)
Merge branch 'build/go-1.16' into 'master'
build: bump go to 1.16 See merge request gitlab-org/gitlab-pages!547
Diffstat (limited to '.gitlab')
-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 93870a8a..527dd06f 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