Skip to content

Commit 58145f9

Browse files
committed
extension: update gopls v0.17.1 settings
This is an automated CL which updates the gopls version and settings. For golang/go#70931 Change-Id: Ic8da48b2eefe4a3aa912092db92ca3f5e970a3cc Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/638155 Reviewed-by: Alan Donovan <[email protected]> Auto-Submit: Gopher Robot <[email protected]> Commit-Queue: Gopher Robot <[email protected]> kokoro-CI: kokoro <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent 1345b89 commit 58145f9

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
@@ -103,8 +103,8 @@ export const allToolsInformation: { [key: string]: Tool } = {
103103
description: 'Language Server from Google',
104104
usePrereleaseInPreviewMode: true,
105105
minimumGoVersion: semver.coerce('1.19'),
106-
latestVersion: semver.parse('v0.17.0'),
107-
latestVersionTimestamp: moment('2024-12-11', 'YYYY-MM-DD')
106+
latestVersion: semver.parse('v0.17.1'),
107+
latestVersionTimestamp: moment('2024-12-19', 'YYYY-MM-DD')
108108
},
109109
'dlv': {
110110
name: 'dlv',

0 commit comments

Comments
 (0)