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 <tobias.klauser@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Quim Muntal <quimmuntal@gmail.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
1 parent 27dc90b commit 9a28524

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

windows/aliases.go

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)