File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -166,8 +166,9 @@ def load_provider_tiltfiles():
166
166
tilt_helper_dockerfile_header = """
167
167
# Tilt image
168
168
FROM golang:1.20.11 as tilt-helper
169
+ # Install delve. Note this should be kept in step with the Go release minor version.
170
+ RUN go install github.com/go-delve/delve/cmd/[email protected]
169
171
# Support live reloading with Tilt
170
- RUN go install github.com/go-delve/delve/cmd/[email protected]
171
172
RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com/tilt-dev/rerun-process-wrapper/master/restart.sh && \
172
173
wget --output-document /start.sh --quiet https://raw.githubusercontent.com/tilt-dev/rerun-process-wrapper/master/start.sh && \
173
174
chmod +x /start.sh && chmod +x /restart.sh && chmod +x /go/bin/dlv && \
You can’t perform that action at this time.
0 commit comments