We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Unable to build the project using docker due to a certificate validation error.
To Reproduce Build the docker using docker build .
docker build .
Expected behavior A vegeta-server docker image built.
Additional context Error message: go: gopkg.in/[email protected]: git fetch -f origin refs/heads/:refs/heads/ refs/tags/:refs/tags/ in /go/pkg/mod/cache/vcs/7e5fa1eab4705eb80c9746632736cea906708d060702d529df6241d1c8c2c9f9: exit status 128: fatal: unable to access 'https://gopkg.in/check.v1/': server certificate verification failed. CAfile: none CRLfile: none go: error loading module requirements make: *** [Makefile:20: deps] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Unable to build the project using docker due to a certificate validation error.
To Reproduce
Build the docker using
docker build .
Expected behavior
A vegeta-server docker image built.
Additional context
Error message:
go: gopkg.in/[email protected]: git fetch -f origin refs/heads/:refs/heads/ refs/tags/:refs/tags/ in /go/pkg/mod/cache/vcs/7e5fa1eab4705eb80c9746632736cea906708d060702d529df6241d1c8c2c9f9: exit status 128:
fatal: unable to access 'https://gopkg.in/check.v1/': server certificate verification failed. CAfile: none CRLfile: none
go: error loading module requirements
make: *** [Makefile:20: deps] Error 1
The text was updated successfully, but these errors were encountered: