Merge pull request 'Pinning the older version of Delve' (#267) from fix/pin-dlv-version into v5

Reviewed-on: cerc-io/ipld-eth-server#267
Reviewed-by: Roy Crihfield <roy@manteia.ltd>
This commit is contained in:
rachmaninovquar 2025-11-05 21:58:24 +00:00
commit 330bc3d7e2

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