Skip to content

Commit 30bf47a

Browse files
committed
extension: update gopls v0.21.0 settings
This is an automated CL which updates the gopls version and settings. For golang/go#76367 Change-Id: I75f1475bf1cef67589af8ca378f663c4f5c86dd1 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/729661 Auto-Submit: Gopher Robot <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Alan Donovan <[email protected]> Reviewed-by: Madeline Kalil <[email protected]> Auto-Submit: Alan Donovan <[email protected]> Commit-Queue: Alan Donovan <[email protected]>
1 parent 971a579 commit 30bf47a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extension/src/goToolsInformation.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ const internal = new Map<string, Tool>([
146146
description: 'Language Server from Google',
147147
usePrereleaseInPreviewMode: true,
148148
minimumGoVersion: semver.coerce('1.19'),
149-
latestVersion: semver.parse('v0.20.0'),
150-
latestVersionTimestamp: moment('2025-07-28', 'YYYY-MM-DD')
149+
latestVersion: semver.parse('v0.21.0'),
150+
latestVersionTimestamp: moment('2025-12-05', 'YYYY-MM-DD')
151151
}
152152
],
153153
[

0 commit comments

Comments
 (0)