Skip to content

Commit b6b1ff0

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

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.1"
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.24.1"
24+
delve: "1.24.2"
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
@@ -48,7 +48,7 @@ RUN --mount=type=cache,target=$GOPATH/pkg/mod \
4848
# Create an image that runs a debug build with Delve installed
4949
FROM --platform=$BUILDPLATFORM golang:1.24.2@sha256:b51b7beeabe2e2d8438ba4295c59d584049873a480ba0e7b56d80db74b3e3a3a AS debug
5050
# renovate: datasource=github-releases depName=go-delve/delve
51-
RUN go install github.com/go-delve/delve/cmd/dlv@v1.24.1
51+
RUN go install github.com/go-delve/delve/cmd/dlv@v1.24.2
5252
# We want all source so Delve file location operations work
5353
COPY --from=builder /workspace/bin/manager-debug /
5454
USER 65532:65532

0 commit comments

Comments
 (0)