Skip to content

Commit

Permalink
extension/src/goToolsInformation: update gopls version v0.16.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: Ic37d66eaee93fd2534de7f97c77b8337987913dc
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/610657
Commit-Queue: Gopher Robot <[email protected]>
kokoro-CI: kokoro <[email protected]>
Reviewed-by: Robert Findley <[email protected]>
Reviewed-by: Hongxiang Jiang <[email protected]>
Auto-Submit: Gopher Robot <[email protected]>
  • Loading branch information
gopherbot committed Sep 5, 2024
1 parent d030a5e commit c7d88dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extension/src/goToolsInformation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ export const allToolsInformation: { [key: string]: Tool } = {
description: 'Language Server from Google',
usePrereleaseInPreviewMode: true,
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.2'),
latestVersion: semver.parse('v0.16.2'),
latestVersionTimestamp: moment('2024-08-29', 'YYYY-MM-DD'),
latestPrereleaseVersion: semver.parse('v0.16.2'),
latestPrereleaseVersionTimestamp: moment('2024-08-29', 'YYYY-MM-DD')
},
'dlv': {
Expand Down

0 comments on commit c7d88dc

Please sign in to comment.