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:
authorToon Claes <toon@gitlab.com>2022-09-21 14:30:49 +0300
committerToon Claes <toon@gitlab.com>2022-09-21 14:30:49 +0300
commit711c408c8d1a239236d421e6b259cb74fc3267c9 (patch)
tree2b8ebd159840fe691bf7113c749d22706917b9ec
parentdc1d66070189667d7722c7297cd66a779645cc55 (diff)
Makefile: Update Delvetoon-update-delve
The previous version did not work with Go 1.19, so update it to the latest version.
-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