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:
Diffstat (limited to 'internal/git/execution_environment.go')
-rw-r--r--internal/git/execution_environment.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/git/execution_environment.go b/internal/git/execution_environment.go
index 9e2232a05..c35d5e108 100644
--- a/internal/git/execution_environment.go
+++ b/internal/git/execution_environment.go
@@ -26,9 +26,9 @@ var (
// case `IsEnabled()` returns `false` though.
ExecutionEnvironmentConstructors = []ExecutionEnvironmentConstructor{
BundledGitEnvironmentConstructor{
- Suffix: "-v2.36.1.gl1",
+ Suffix: "-v2.37.1.gl1",
FeatureFlags: []featureflag.FeatureFlag{
- featureflag.GitV2361Gl1,
+ featureflag.GitV2371Gl1,
},
},
BundledGitEnvironmentConstructor{