Skip to content

Commit 1004550

Browse files
committed
add debugger (Delve)
1 parent 2c9cd41 commit 1004550

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ WORKDIR /workspace
1616
# and if we bind mount workspace from outside of container Git complains if container uid doesn't match that of files.
1717

1818
RUN apt update && apt install -y zip \
19+
&& go install github.com/go-delve/delve/cmd/[email protected] \
1920
&& go install golang.org/x/tools/cmd/goimports@latest \
2021
&& go install golang.org/x/tools/cmd/godoc@latest \
2122
&& go install golang.org/x/tools/gopls@latest \

0 commit comments

Comments
 (0)