Skip to content

Commit 8c80cdd

Browse files
committed
Set delve version to v1.25.2
This commit updates the delve version from `latest` to `v1.25.2` to avoid incompatibility with current Golang version. Test Plan: - PASS: make Signed-off-by: Wallysson Silva <wallysson.silva@windriver.com>
1 parent 53ae860 commit 8c80cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM golang:1.23.0 AS dlvbuilder
33

44
# Build delve debugger
55
RUN apt-get update && apt-get install -y git
6-
RUN go install github.com/go-delve/delve/cmd/dlv@latest
6+
RUN go install github.com/go-delve/delve/cmd/dlv@v1.25.2
77

88
# Build the manager binary
99
FROM dlvbuilder AS builder

0 commit comments

Comments
 (0)