Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sercanCyberVision
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant