Skip to content

Commit

Permalink
un-break builds with Go 1.16.x for now
Browse files Browse the repository at this point in the history
I unintentionally broke Go 1.16 with the addition of this test file.
We don't support Go 1.16.x now that 1.18 is out,
but we also are not in a rush to unnecessarily break Go 1.16.x,
and this change is very simple to make.
  • Loading branch information
mvdan committed Mar 22, 2022
1 parent f04017f commit 6b144e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ulimit_unix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

// TODO: replace with the unix build tag once we require Go 1.19 or later
//go:build linux
// +build linux

package main

Expand Down

0 comments on commit 6b144e8

Please sign in to comment.