Skip to content

Commit ca0b069

Browse files
committed
[release] src/goTools: update dlv-dap version @a25d95b
Corresponds to https://go-review.googlesource.com/c/vscode-go/+/321834 I couldn't cherry pick the original CL because this code path was restructured for automation at master. Change-Id: I439be1f00d555471628652081030286028785b86 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/321837 Trust: Hyang-Ah Hana Kim <[email protected]> Trust: Suzy Mueller <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
1 parent 112db0d commit ca0b069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/goTools.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,8 @@ export const allToolsInformation: { [key: string]: Tool } = {
450450
description: 'Go debugger (Delve built for DAP experiment)',
451451
defaultVersion: 'master', // Always build from the master.
452452
minimumGoVersion: semver.coerce('1.14'), // last 3 versions per delve policy
453-
latestVersion: semver.parse('1.6.1-0.20210504195617-c5d58f494a26'),
454-
latestVersionTimestamp: moment('2021-05-04', 'YYYY-MM-DD')
453+
latestVersion: semver.parse('v1.6.2-0.20210521082917-a25d95bd236e'),
454+
latestVersionTimestamp: moment('2021-05-21', 'YYYY-MM-DD')
455455
},
456456
'fillstruct': {
457457
name: 'fillstruct',

0 commit comments

Comments
 (0)