Skip to content

Commit 9a28524

Browse files
tklausergopherbot
authored andcommitted
windows: drop go version tags for unsupported versions
go.mod specifies go 1.18. Drop go1.n version tags for older, unsupported versions. Change-Id: I7a23a9f4ba558999ac417b7b4647fa1061d69c06 Reviewed-on: https://go-review.googlesource.com/c/sys/+/566038 Auto-Submit: Tobias Klauser <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Quim Muntal <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
1 parent 27dc90b commit 9a28524

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

windows/aliases.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//go:build windows && go1.9
5+
//go:build windows
66

77
package windows
88

windows/empty.s

-8
This file was deleted.

0 commit comments

Comments
 (0)