This commit is contained in:
7
scripts/workers/dlv.sh
Executable file
7
scripts/workers/dlv.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
dlv_version=1.22.1
|
||||
|
||||
set -xe
|
||||
|
||||
CGO_ENABLED=0 GOBIN=/usr/local/bin/ go install -ldflags "-s -w -extldflags '-static'" github.com/go-delve/delve/cmd/dlv@v"$dlv_version"
|
||||
Reference in New Issue
Block a user