Skip to content

Commit 6a610bc

Browse files
dmitshurgopherbot
authored andcommitted
all: update go directive to 1.18
Done with: go get [email protected] go mod tidy go fix ./... Using go1.21.3. For golang/go#60268. Change-Id: Ic6a53c8e217966f5f95b3a968b25ef123b4b99cf Reviewed-on: https://go-review.googlesource.com/c/term/+/534475 Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent ea6303a commit 6a610bc

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
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.17
3+
go 1.18
44

55
require golang.org/x/sys v0.13.0

term_unix.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// license that can be found in the LICENSE file.
44

55
//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || zos
6-
// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris zos
76

87
package term
98

term_unix_bsd.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// license that can be found in the LICENSE file.
44

55
//go:build darwin || dragonfly || freebsd || netbsd || openbsd
6-
// +build darwin dragonfly freebsd netbsd openbsd
76

87
package term
98

term_unix_other.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// license that can be found in the LICENSE file.
44

55
//go:build aix || linux || solaris || zos
6-
// +build aix linux solaris zos
76

87
package term
98

term_unsupported.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// license that can be found in the LICENSE file.
44

55
//go:build !aix && !darwin && !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !zos && !windows && !solaris && !plan9
6-
// +build !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!zos,!windows,!solaris,!plan9
76

87
package term
98

0 commit comments

Comments
 (0)