Skip to content

Commit

Permalink
src/goTools: update dlv-dap latest version
Browse files Browse the repository at this point in the history
Picking up 747f037

https://proxy.golang.org/github.com/go-delve/delve/@v/v1.6.1-0.20210414072240-747f03788315.info
{"Version":"v1.6.1-0.20210414072240-747f03788315","Time":"2021-04-14T07:22:40Z"}

Change-Id: Ibfe025e56510aac6bacc320541630b09e766f7f2
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/309850
Trust: Hyang-Ah Hana Kim <[email protected]>
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
TryBot-Result: kokoro <[email protected]>
Reviewed-by: Suzy Mueller <[email protected]>
  • Loading branch information
hyangah committed Apr 14, 2021
1 parent 18e3636 commit ce52d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/goTools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,8 @@ export const allToolsInformation: { [key: string]: Tool } = {
description: 'Go debugger (Delve built for DAP experiment)',
defaultVersion: 'master', // Always build from the master.
minimumGoVersion: semver.coerce('1.14'), // last 3 versions per delve policy
latestVersion: semver.parse('v1.6.1-0.20210402163444-c223ef656da3'),
latestVersionTimestamp: moment('2021-04-02', 'YYYY-MM-DD')
latestVersion: semver.parse('1.6.1-0.20210414072240-747f03788315'),
latestVersionTimestamp: moment('2021-04-14', 'YYYY-MM-DD')
},
'fillstruct': {
name: 'fillstruct',
Expand Down

0 comments on commit ce52d04

Please sign in to comment.