Skip to content

Commit a79de54

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, 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). Note that this does *not* prevent users with earlier go versions from successfully building packages from this module. For golang/go#36460. Change-Id: Iad25619ccbce82b91bbf51d13a79404c6e998dcc Reviewed-on: https://go-review.googlesource.com/c/term/+/316112 Trust: Bryan C. Mills <[email protected]> Run-TryBot: Bryan C. Mills <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent c04ba85 commit a79de54

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,5 +1,5 @@
11
module golang.org/x/term
22

3-
go 1.11
3+
go 1.17
44

55
require golang.org/x/sys v0.0.0-20201119102817-f84b799fce68

0 commit comments

Comments
 (0)