Files
go-toolbox/scripts/workers/dlv.sh
T
pztrn c1922c2087
Build container / BuildImage (push) Successful in 3m21s
Update things.
2026-05-27 01:39:32 +05:00

8 lines
178 B
Bash
Executable File

#!/bin/bash
dlv_version=1.26.3
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"