Skip to content

Commit

Permalink
extension/src/goToolsInformation: update gopls version v0.16.2-pre.2
Browse files Browse the repository at this point in the history
This is an automated CL which updates the gopls version.

For golang/go#68916

Change-Id: Ibd44ee50ff142c5357f08318eb3faaa814c2a1be
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/609676
Reviewed-by: Robert Findley <[email protected]>
Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
Commit-Queue: Gopher Robot <[email protected]>
Auto-Submit: Gopher Robot <[email protected]>
kokoro-CI: kokoro <[email protected]>
  • Loading branch information
gopherbot committed Aug 30, 2024
1 parent 4ba1387 commit 7252597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/src/goToolsInformation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ export const allToolsInformation: { [key: string]: Tool } = {
minimumGoVersion: semver.coerce('1.19'),
latestVersion: semver.parse('v0.16.1'),
latestVersionTimestamp: moment('2024-07-01', 'YYYY-MM-DD'),
latestPrereleaseVersion: semver.parse('v0.16.2-pre.1'),
latestPrereleaseVersionTimestamp: moment('2024-08-16', 'YYYY-MM-DD')
latestPrereleaseVersion: semver.parse('v0.16.2-pre.2'),
latestPrereleaseVersionTimestamp: moment('2024-08-29', 'YYYY-MM-DD')
},
'dlv': {
name: 'dlv',
Expand Down

0 comments on commit 7252597

Please sign in to comment.