Merge pull request #44713 from thaJeztah/carry_44600_update_delve

Update delve version (carry 44600)
This commit is contained in:
Akihiro Suda 2022-12-30 07:23:58 +09:00 committed by GitHub
commit 2f9987c816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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