Forráskód Böngészése

Merge pull request #44714 from thaJeztah/23.0_backport_carry_44600_update_delve

[23.0 backport] Update delve version
Akihiro Suda 2 éve
szülő
commit
2b5ec481e7
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -190,7 +190,7 @@ RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
 # from the https://github.com/go-delve/delve repository.
 # It can be used to run Docker with a possibility of
 # attaching debugger to it.
-ARG DELVE_VERSION=v1.8.1
+ARG DELVE_VERSION=v1.9.1
 RUN git fetch -q --depth 1 origin "${DELVE_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
 
 FROM base AS delve-build