Skip to content

Commit 1729b34

Browse files
committed
extension: update gopls v0.19.1 settings
This is an automated CL which updates the gopls version and settings. For golang/go#74297 Change-Id: I57d9229383062ef88fac8752f5c1b2c406a6d80c Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/682835 Reviewed-by: Alan Donovan <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Robert Findley <[email protected]> kokoro-CI: kokoro <[email protected]> Auto-Submit: Gopher Robot <[email protected]>
1 parent b81dc3d commit 1729b34

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
@@ -111,8 +111,8 @@ export const allToolsInformation: { [key: string]: Tool } = {
111111
description: 'Language Server from Google',
112112
usePrereleaseInPreviewMode: true,
113113
minimumGoVersion: semver.coerce('1.19'),
114-
latestVersion: semver.parse('v0.19.0'),
115-
latestVersionTimestamp: moment('2025-06-10', 'YYYY-MM-DD')
114+
latestVersion: semver.parse('v0.19.1'),
115+
latestVersionTimestamp: moment('2025-06-18', 'YYYY-MM-DD')
116116
},
117117
'dlv': {
118118
name: 'dlv',

0 commit comments

Comments
 (0)