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
Docker build output this:
10.01 note: module requires Go 1.21 ------ Dockerfile.debug:11 -------------------- 9 | COPY . . 10 | 11 | >>> RUN CGO_ENABLED=0 go install -ldflags "-s -w -extldflags '-static'" github.com/go-delve/delve/cmd/dlv@latest 12 | 13 | RUN CGO_ENABLED=0 go build -gcflags "all=-N -l" -o go-debugger . -------------------- ERROR: failed to solve: process "/bin/sh -c CGO_ENABLED=0 go install -ldflags \"-s -w -extldflags '-static'\" github.com/go-delve/delve/cmd/dlv@latest" did not complete successfully: exit code: 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Docker build output this:
The text was updated successfully, but these errors were encountered: