You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could have: It really doesn't matter if we do this (product functions without this, impact to user is minimal).
Reproduction steps
Steps to reproduce the behaviour:
pull latest master of flow-go
run make docker-build-execution-debug then this error shows up:
=> ERROR [debug 2/3] RUN go get -u github.com/go-delve/delve/cmd/dlv 0.7s
[debug 2/3] RUN go get -u github.com/go-delve/delve/cmd/dlv: #7 0.699 go: go.mod file not found in current directory or any parent directory. #7 0.699 'go get' is no longer supported outside a module. #7 0.699 To build and install a command, use 'go install' with a version, #7 0.699 like 'go install example.com/cmd@latest' #7 0.699 For more information, see https://golang.org/doc/go-get-install-deprecation #7 0.699 or run 'go help get' or 'go help install'.
executor failed running [/bin/sh -c go get -u github.com/go-delve/delve/cmd/dlv]: exit code: 1
make: *** [docker-build-execution-debug] Error 1
I followed these steps and was able to reproduce the issue
Expected behaviour
expected to see docker image build to go through without failures
Screenshots
Specifications
System: macOS 12.4
Go: 1.18.3
The text was updated successfully, but these errors were encountered:
🐞 Bug Report
A clear and concise description of what the bug is.
make docker-build-execution-debug
failed with error of below.What is the severity of this bug?
Could have: It really doesn't matter if we do this (product functions without this, impact to user is minimal).
Reproduction steps
Steps to reproduce the behaviour:
flow-go
make docker-build-execution-debug
then this error shows up:Expected behaviour
expected to see docker image build to go through without failures
Screenshots
Specifications
The text was updated successfully, but these errors were encountered: