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:
authorWill Chandler <wchandler@gitlab.com>2022-09-21 17:01:06 +0300
committerWill Chandler <wchandler@gitlab.com>2022-09-21 17:01:06 +0300
commit16b38f034eb38253006a2e69a4b4220717b45a99 (patch)
tree2b8ebd159840fe691bf7113c749d22706917b9ec
parentdc1d66070189667d7722c7297cd66a779645cc55 (diff)
parent711c408c8d1a239236d421e6b259cb74fc3267c9 (diff)
Merge branch 'toon-update-delve' into 'master'
Makefile: Update Delve See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/4879 Merged-by: Will Chandler <wchandler@gitlab.com> Approved-by: Will Chandler <wchandler@gitlab.com> Co-authored-by: Toon Claes <toon@gitlab.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 157721c1b..db15f7d47 100644
--- a/Makefile
+++ b/Makefile
@@ -115,7 +115,7 @@ PROTOC_GEN_GO_GRPC_VERSION?= v1.2.0
# compatibility matrix.
GIT2GO_VERSION ?= v33
LIBGIT2_VERSION ?= v1.3.2
-DELVE_VERSION ?= v1.8.3
+DELVE_VERSION ?= v1.9.1
# protoc target
PROTOC_REPO_URL ?= https://github.com/protocolbuffers/protobuf