Skip to content

Commit 8b0e94f

Browse files
committed
Update dlv in the dev-env
Signed-off-by: Rob Murray <[email protected]>
1 parent 7156bfa commit 8b0e94f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
147147
# from the https://github.com/go-delve/delve repository.
148148
# It can be used to run Docker with a possibility of
149149
# attaching debugger to it.
150-
ARG DELVE_VERSION=v1.21.1
150+
ARG DELVE_VERSION=v1.23.0
151151
RUN git fetch -q --depth 1 origin "${DELVE_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
152152

153153
FROM base AS delve-supported

0 commit comments

Comments
 (0)