Skip to content

Commit 649df2e

Browse files
heschigopherbot
authored andcommitted
go.mod: mark as requiring -compat 1.16
When the tagging process runs go mod tidy it needs to pass -compat 1.16. This magic comment will cause it to do so. See CL 443857. For golang/go#48523. Change-Id: I6824a2c78462604b9d4737444b4d16d4c21ecc99 Reviewed-on: https://go-review.googlesource.com/c/tools/+/444295 Auto-Submit: Heschi Kreinick <[email protected]> Reviewed-by: Robert Findley <[email protected]> Run-TryBot: Heschi Kreinick <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 91311ab commit 649df2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module golang.org/x/tools
22

3-
go 1.18
3+
go 1.18 // tagx:compat 1.16
44

55
require (
66
github.com/yuin/goldmark v1.4.13

0 commit comments

Comments
 (0)