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 da1053e commit ca69313Copy full SHA for ca69313
.devcontainer/Dockerfile
@@ -196,7 +196,7 @@ ENV PATH=$GOROOT/bin:$GOPATH/bin:$PATH
196
RUN mkdir -p $GOROOT && \
197
cd /root && \
198
curl -fsSL https://dl.google.com/go/go$GO_VERSION.${TARGETOS}-${TARGETARCH}.tar.gz | tar xzs
199
-RUN go install github.com/go-delve/delve/cmd/dlv
+RUN go install github.com/go-delve/delve/cmd/dlv@latest
200
201
# Install codecov uploader
202
# https://about.codecov.io/blog/introducing-codecovs-new-uploader
0 commit comments