Skip to content

Commit 5e49174

Browse files
chore(deps): update dependency go-delve/delve to v1.25.1 (#7626)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e15688d commit 5e49174

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tools_versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gotestsum: "1.12.3"
2121
# renovate: datasource=github-releases depName=dominikh/go-tools
2222
staticcheck: "2025.1.1"
2323
# renovate: datasource=github-releases depName=go-delve/delve
24-
delve: "1.25.0"
24+
delve: "1.25.1"
2525
# renovate: datasource=github-releases depName=rhysd/actionlint
2626
actionlint: "1.7.7"
2727
# renovate: datasource=github-releases depName=koalaman/shellcheck

Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN --mount=type=cache,target=$GOPATH/pkg/mod \
4747
# Create an image that runs a debug build with Delve installed
4848
FROM --platform=$BUILDPLATFORM golang:1.24.5@sha256:a9219eb99cd2951b042985dbec09d508b3ddc20c4da52a3a55b275b3779e4a05 AS debug
4949
# renovate: datasource=github-releases depName=go-delve/delve
50-
RUN go install github.com/go-delve/delve/cmd/[email protected].0
50+
RUN go install github.com/go-delve/delve/cmd/[email protected].1
5151
# We want all source so Delve file location operations work
5252
COPY --from=builder /workspace/bin/manager-debug /
5353
USER 65532:65532

0 commit comments

Comments
 (0)