build error on ubuntu
ammaratef45 opened this issue · 1 comments
ammaratef45 commented
When I run make I get this error
CGO_ENABLE=0 GOOS=linux GOARCH=amd64 go build -o bin/server-linux-amd64 -ldflags "-s -w" cmd/server/main.go
build command-line-arguments: cannot load golang_org/x/crypto/chacha20poly1305: malformed module path "golang_org/x/crypto/chacha20poly1305": missing dot in first path element
Makefile:15: recipe for target 'linux' failed
make: *** [linux] Error 1
Go version: go version go1.13.4 linux/amd64
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.