Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github/workflows: move dlv to dlv-dap before getting dlv again
From the install logs, only a single version of delve is installed: go: downloading github.com/go-delve/delve v1.6.1-0.20210504195617-c5d58f494a26 go: downloading github.com/sirupsen/logrus v1.6.0 go: downloading github.com/spf13/cobra v0.0.0-20170417170307-b6cb39589372 go: downloading github.com/mattn/go-isatty v0.0.3 go: downloading github.com/cpuguy83/go-md2man v1.0.10 go: downloading github.com/spf13/pflag v0.0.0-20170417173400-9e4c21054fa1 go: downloading gopkg.in/yaml.v2 v2.2.4 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.3 go: downloading github.com/cosiner/argv v0.1.0 go: downloading github.com/mattn/go-colorable v0.0.0-20170327083344-ded68f7a9561 go: downloading github.com/peterh/liner v0.0.0-20170317030525-88609521dc4b go: downloading github.com/google/go-dap v0.5.0 go: downloading github.com/inconshreveable/mousetrap v1.0.0 go: downloading github.com/russross/blackfriday v1.5.2 go: downloading github.com/hashicorp/golang-lru v0.5.4 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 go: downloading github.com/russross/blackfriday v1.6.0 go get: added github.com/go-delve/delve v1.6.1-0.20210504195617-c5d58f494a26 Specify @latest for the stable version of delve. Change-Id: I403721e47df1cb4c306dbc2369723d52d9af6c47 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/317662 Trust: Suzy Mueller <[email protected]> Run-TryBot: Suzy Mueller <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
- Loading branch information