-
Notifications
You must be signed in to change notification settings - Fork 599
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency go-delve/delve to v1.24.1
- Loading branch information
1 parent
2c86937
commit f52febe
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ RUN --mount=type=cache,target=$GOPATH/pkg/mod \ | |
# Create an image that runs a debug build with Delve installed | ||
FROM --platform=$BUILDPLATFORM golang:1.24.1@sha256:c5adecdb7b3f8c5ca3c88648a861882849cc8b02fed68ece31e25de88ad13418 AS debug | ||
# renovate: datasource=github-releases depName=go-delve/delve | ||
RUN go install github.com/go-delve/delve/cmd/[email protected].0 | ||
RUN go install github.com/go-delve/delve/cmd/[email protected].1 | ||
# We want all source so Delve file location operations work | ||
COPY --from=builder /workspace/bin/manager-debug / | ||
USER 65532:65532 | ||
|