Skip to content

Commit

Permalink
windows: drop go version tags for unsupported versions
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
tklauser authored and gopherbot committed Apr 16, 2024
1 parent 27dc90b commit 9a28524
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion windows/aliases.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build windows && go1.9
//go:build windows

package windows

Expand Down
8 changes: 0 additions & 8 deletions windows/empty.s

This file was deleted.

0 comments on commit 9a28524

Please sign in to comment.