Skip to content

Commit

Permalink
fix dlv binary path (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
worstell authored Jul 1, 2024
1 parent 8c4004b commit 7ca468c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlv.hcl
Original file line number Diff line number Diff line change
@@ -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" {
Expand Down

0 comments on commit 7ca468c

Please sign in to comment.