diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-09-02 22:40:26 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-02 22:40:26 +0000 |
commit | 0d6a229627e9f8128136f005d30bc5c2d0d0423b (patch) | |
tree | 5abc1631415ddd18928268121e2328d857c1c157 /pkg/sync | |
parent | 5482f942109e2c3098df56185bb17f4142e241be (diff) | |
parent | 5c6601120067299d521a64d4268050bbf3fb6a61 (diff) |
Merge release-20200818.0-112-g5c6601120 (automated)
Diffstat (limited to 'pkg/sync')
-rw-r--r-- | pkg/sync/spin_unsafe.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sync/spin_unsafe.go b/pkg/sync/spin_unsafe.go index f721449e3..cafb2d065 100644 --- a/pkg/sync/spin_unsafe.go +++ b/pkg/sync/spin_unsafe.go @@ -4,7 +4,7 @@ // license that can be found in the LICENSE file. // +build go1.13 -// +build !go1.16 +// +build !go1.17 // Check go:linkname function signatures when updating Go version. |