From 7ca468c76dc09363b2aeaa41565710e2e8262007 Mon Sep 17 00:00:00 2001 From: worstell Date: Mon, 1 Jul 2024 13:51:56 -0700 Subject: [PATCH] fix dlv binary path (#494) --- dlv.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlv.hcl b/dlv.hcl index 3034f6b2..2095b3cb 100644 --- a/dlv.hcl +++ b/dlv.hcl @@ -1,5 +1,5 @@ description = "Delve is a debugger for the Go programming language" -binaries = ["dlv"] +binaries = ["delve-${version}"] source = "https://github.com/go-delve/delve/archive/refs/tags/v${version}.tar.gz" version "1.22.1" {