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:
authorNao Hashizume <nhashizume@gitlab.com>2023-07-21 13:00:18 +0300
committerkarthik nayak <knayak@gitlab.com>2023-07-21 13:00:18 +0300
commit3e17a23cefdb490087fc5dccea23bcea2608452f (patch)
tree5d8c75df155f00eebdfd7120e83f44a73b15e08b /.gitlab-ci.yml
parent1b480b9e6a1922017ad2347b2f6fb807d988f2d9 (diff)
Use Golang 1.20 as minimum required version
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b3bf8abc6..1bc122950 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -202,7 +202,7 @@ build:
- go run ./tools/test-boot ${TEST_BOOT_ARGS}
parallel:
matrix:
- - GO_VERSION: [ "1.19", "1.20" ]
+ - GO_VERSION: [ "1.20" ]
TEST_BOOT_ARGS: "--bundled-git"
- GIT_VERSION: "v2.41.0"
only:
@@ -229,7 +229,7 @@ build:binaries:
expire_in: 6 months
parallel:
matrix:
- - GO_VERSION: [ "1.19", "1.20" ]
+ - GO_VERSION: [ "1.20" ]
only:
<<: *only_code_changes
@@ -239,7 +239,7 @@ test:
matrix:
# The following jobs all test with our default Git version, which is
# using bundled Git binaries.
- - GO_VERSION: [ "1.19", "1.20" ]
+ - GO_VERSION: [ "1.20" ]
TEST_TARGET: test
- TEST_TARGET: [ test-with-praefect, race-go, test-wal, test-with-praefect-wal]
# We also verify that things work as expected with a non-bundled Git