Skip to content

Commit 0622ad2

Browse files
committed
gopls: update go.mod for v0.12.4
Remove the replace directive and update x/tools. For golang/go#60955 Change-Id: If6d38e59d65e64f344fb7ddce5873450b2694a4a Reviewed-on: https://go-review.googlesource.com/c/tools/+/505355 Run-TryBot: Robert Findley <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Alan Donovan <[email protected]>
1 parent 537c689 commit 0622ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gopls/internal/lsp/debug/info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030
)
3131

3232
// Version is a manually-updated mechanism for tracking versions.
33-
const Version = "v0.12.3"
33+
const Version = "v0.12.4"
3434

3535
// ServerVersion is the format used by gopls to report its version to the
3636
// client. This format is structured so that the client can parse it easily.

0 commit comments

Comments
 (0)