Skip to content

Commit 39786ea

Browse files
committed
extension: update gopls v0.18.1 settings
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]>
1 parent 13f8edb commit 39786ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extension/src/goToolsInformation.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ export const allToolsInformation: { [key: string]: Tool } = {
102102
description: 'Language Server from Google',
103103
usePrereleaseInPreviewMode: true,
104104
minimumGoVersion: semver.coerce('1.19'),
105-
latestVersion: semver.parse('v0.18.0'),
106-
latestVersionTimestamp: moment('2025-02-20', 'YYYY-MM-DD')
105+
latestVersion: semver.parse('v0.18.1'),
106+
latestVersionTimestamp: moment('2025-02-24', 'YYYY-MM-DD')
107107
},
108108
'dlv': {
109109
name: 'dlv',

0 commit comments

Comments
 (0)