We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9cd41 commit 1004550Copy full SHA for 1004550
Dockerfile
@@ -16,6 +16,7 @@ WORKDIR /workspace
16
# and if we bind mount workspace from outside of container Git complains if container uid doesn't match that of files.
17
18
RUN apt update && apt install -y zip \
19
+ && go install github.com/go-delve/delve/cmd/[email protected] \
20
&& go install golang.org/x/tools/cmd/goimports@latest \
21
&& go install golang.org/x/tools/cmd/godoc@latest \
22
&& go install golang.org/x/tools/gopls@latest \
0 commit comments