pinned
Some checks failed
Test the stack. / Run unit tests (pull_request) Successful in 6m0s
Test the stack. / Run integration tests (pull_request) Failing after 31m55s

This commit is contained in:
Ian Maloney 2025-11-05 10:53:22 -05:00
parent 27d1634b5b
commit c6c66724a3

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