Skip to content

Commit

Permalink
Add Delve (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
worstell authored Jun 28, 2024
1 parent 218d43a commit 54082ad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dlv.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
description = "Delve is a debugger for the Go programming language"
binaries = ["dlv"]
source = "https://github.com/go-delve/delve/archive/refs/tags/v${version}.tar.gz"

version "1.22.1" {
auto-version {
github-release = "go-delve/delve"
}
}

0 comments on commit 54082ad

Please sign in to comment.