From ca72e405a39277ca5e89045008b84341974dfca0 Mon Sep 17 00:00:00 2001 From: Sercan Tekin Date: Sat, 12 Oct 2024 21:26:38 -0400 Subject: [PATCH] Fixing 'Update to go.mod needed' issue --- Dockerfile.source | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.source b/Dockerfile.source index e112e728..4b0d9d51 100644 --- a/Dockerfile.source +++ b/Dockerfile.source @@ -40,6 +40,7 @@ RUN go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest # Build and install qclient WORKDIR /opt/ceremonyclient/client +RUN go mod tidy RUN go build -o qclient ./main.go # Allows exporting single binary