Skip to content

Commit 7f1e239

Browse files
committed
build/all.bash: use delve at master for ci
We want to test the latest dlv dap version in our CI to get any bug fixes and updates while it is under active development. Change-Id: I0680cfeb5bce481fe6eb5bd82a9239380c66d5ac Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/295417 Trust: Suzy Mueller <[email protected]> Run-TryBot: Suzy Mueller <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
1 parent 516bf10 commit 7f1e239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/all.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ install_dependencies() {
117117
GO111MODULE=on go get github.com/zmb3/gogetdoc
118118
GO111MODULE=on go get golang.org/x/lint/golint
119119
GO111MODULE=on go get golang.org/x/tools/cmd/gorename
120-
GO111MODULE=on go get github.com/go-delve/delve/cmd/dlv
120+
GO111MODULE=on go get github.com/go-delve/delve/cmd/dlv@master
121121
}
122122

123123
main() {

0 commit comments

Comments
 (0)