Skip to content

Commit 19b1717

Browse files
author
Bryan C. Mills
committed
go.mod: upgrade to Go 1.17
This change was produced using 'go mod tidy -go=1.17' with a go command built at CL 315210. This activates lazy loading for the x/tools module, and updates the go.mod file to maintain the lazy-loading invariants (namely, including an explicit requirement for every package transitively imported by the main module). I will send a separate CL to upgrade the gopls module, since it has some awkward interactions with the Go 1.12 presubmit test (golang/go#45919). Note that this does *not* prevent users with earlier go versions from successfully building packages from this module. For golang/go#36460. Change-Id: I1d2a6b28820fa6cb3d02162c14873643e4c689cf Reviewed-on: https://go-review.googlesource.com/c/tools/+/315570 Trust: Bryan C. Mills <[email protected]> Run-TryBot: Bryan C. Mills <[email protected]> gopls-CI: kokoro <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Alexander Rakoczy <[email protected]>
1 parent a1fbb68 commit 19b1717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module golang.org/x/tools
22

3-
go 1.16
3+
go 1.17
44

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

0 commit comments

Comments
 (0)