We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b98258 commit 4c3660aCopy full SHA for 4c3660a
tools/installtools/main.go
@@ -39,7 +39,7 @@ var tools = []struct {
39
{"github.com/cweill/gotests/gotests", "", false, nil},
40
{"github.com/haya14busa/goplay/cmd/goplay", "", false, nil},
41
{"honnef.co/go/tools/cmd/staticcheck", "", false, []finalVersion{{16, "v0.2.2"}, {18, "v0.3.3"}}},
42
- {"github.com/go-delve/delve/cmd/dlv", "", false, []finalVersion{{16, "v1.8.3"}, {17, "v1.9.1"}}},
+ {"github.com/go-delve/delve/cmd/dlv", "", false, []finalVersion{{16, "v1.8.3"}, {17, "v1.9.1"}, {18, "v1.20.2"}}},
43
}
44
45
// pickVersion returns the version to install based on the supported
0 commit comments