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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuang-Minh Nguyen <qmnguyen@gitlab.com>2023-02-13 09:34:21 +0300
committerQuang-Minh Nguyen <qmnguyen@gitlab.com>2023-02-13 09:34:21 +0300
commit971f07f18e41ecae432eeccdb16f7b3168d06fc6 (patch)
tree2fe8737e8ab3216211498da8ae41c99d258c6854
parentb92c07f2b98e0a4c318619af47179c1cb3927d3e (diff)
Add Go 1.20 to test matrixqmnguyen0711/add-go-1-20
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f5ff3b2b7..7f9fa5907 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -185,7 +185,7 @@ build:
- _support/test-boot . ${TEST_BOOT_ARGS}
parallel:
matrix:
- - GO_VERSION: [ "1.18", "1.19" ]
+ - GO_VERSION: [ "1.18", "1.19", "1.20"]
TEST_BOOT_ARGS: "--bundled-git"
- GIT_VERSION: "v2.38.0"
@@ -210,7 +210,7 @@ build:binaries:
expire_in: 6 months
parallel:
matrix:
- - GO_VERSION: [ "1.18", "1.19" ]
+ - GO_VERSION: [ "1.18", "1.19", "1.20"]
test:
<<: *test_definition
@@ -218,7 +218,7 @@ test:
matrix:
# The following jobs all test with our default Git version, which is
# using bundled Git binaries.
- - GO_VERSION: [ "1.18", "1.19" ]
+ - GO_VERSION: [ "1.18", "1.19", "1.20"]
TEST_TARGET: test
- TEST_TARGET: [ test-with-proxies, test-with-praefect, race-go ]
# We also verify that things work as expected with a non-bundled Git