QuilibriumNetwork / ceremonyclient

Mirror of Quilibrium git repo: ceremonyclient
GNU Affero General Public License v3.0
95 stars 41 forks source link

Fixing 'Update to go.mod needed' issue #295

Open sercanCyberVision opened 1 month ago

sercanCyberVision commented 1 month ago

Docker build from the source fails as below:

1.520 go: updates to go.mod needed; to update it:
1.520   go mod tidy

Dockerfile.source:43
--------------------
  41 |     WORKDIR /opt/ceremonyclient/client
  42 |     
  43 | >>> RUN go build -o qclient ./main.go
  44 |     
  45 |     # Allows exporting single binary