Skip to content

Commit c859ee9

Browse files
committed
gopls/internal/test/marker: fix {hover/def}/comment tests
It is currently failing on CI on pre-go1.20 toolchains due to the too-new go.mod file. Change-Id: I4cabd40bd50c8bdf084dac113062c04b34d53946 Reviewed-on: https://go-review.googlesource.com/c/tools/+/578038 Reviewed-by: Robert Findley <[email protected]> Auto-Submit: Alan Donovan <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 9cef8b1 commit c859ee9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gopls/internal/test/marker/testdata/definition/comment.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This test executes definition requests over doc links.
33
-- go.mod --
44
module mod.com
55

6-
go 1.21
6+
go 1.19
77

88
-- a.go --
99
package p

gopls/internal/test/marker/testdata/hover/comment.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Requires go1.20+ for the unsafe package test.
88
-- go.mod --
99
module mod.com
1010

11-
go 1.21
11+
go 1.20
1212

1313
-- a.go --
1414
package p

0 commit comments

Comments
 (0)