Skip to content

Commit

Permalink
extension: update gopls v0.18.1 settings
Browse files Browse the repository at this point in the history
This is an automated CL which updates the gopls version and settings.

For golang/go#71882

Change-Id: I31ef3f1995791dbcf53e9b0e4980858957441623
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/652077
kokoro-CI: kokoro <[email protected]>
Reviewed-by: Robert Findley <[email protected]>
Reviewed-by: Alan Donovan <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Auto-Submit: Gopher Robot <[email protected]>
  • Loading branch information
gopherbot committed Feb 24, 2025
1 parent 13f8edb commit 39786ea
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 @@ -102,8 +102,8 @@ export const allToolsInformation: { [key: string]: Tool } = {
description: 'Language Server from Google',
usePrereleaseInPreviewMode: true,
minimumGoVersion: semver.coerce('1.19'),
latestVersion: semver.parse('v0.18.0'),
latestVersionTimestamp: moment('2025-02-20', 'YYYY-MM-DD')
latestVersion: semver.parse('v0.18.1'),
latestVersionTimestamp: moment('2025-02-24', 'YYYY-MM-DD')
},
'dlv': {
name: 'dlv',
Expand Down

0 comments on commit 39786ea

Please sign in to comment.