Skip to content

Commit

Permalink
chore(deps): update dependency go-delve/delve to v1.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 7, 2025
1 parent 2c86937 commit f52febe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tools_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gotestsum: "1.12.0"
# renovate: datasource=github-releases depName=dominikh/go-tools
staticcheck: "2025.1.1"
# renovate: datasource=github-releases depName=go-delve/delve
delve: "1.24.0"
delve: "1.24.1"
# renovate: datasource=github-releases depName=rhysd/actionlint
actionlint: "1.7.7"
# renovate: datasource=github-releases depName=koalaman/shellcheck
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f52febe

Please sign in to comment.