Pinning the older version of Delve #267

Merged
rachmaninovquar merged 1 commits from fix/pin-dlv-version into v5 2025-11-05 21:58:25 +00:00

View File

@ -1,7 +1,7 @@
FROM golang:1.21-alpine AS debugger
# Include dlv
RUN go install github.com/go-delve/delve/cmd/dlv@latest
RUN go install github.com/go-delve/delve/cmd/dlv@v1.22.1
FROM golang:1.21-alpine AS builder