summaryrefslogtreecommitdiffhomepage
path: root/pkg/sleep
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2019-10-29 20:23:30 +0000
committergVisor bot <gvisor-bot@google.com>2019-10-29 20:23:30 +0000
commita3fdb33c4583a9443abca60e479884e0bf45919f (patch)
tree47e6019abb94433b53c1d35cf179cdf44e58b0e8 /pkg/sleep
parentfd17402e9a4d1e8f6bbc381f0f28bdc104c09847 (diff)
parentc0b8fd4b6a9fcb595f3200577b93d07737cfaacd (diff)
Merge release-20190806.1-340-gc0b8fd4 (automated)
Diffstat (limited to 'pkg/sleep')
-rw-r--r--pkg/sleep/sleep_unsafe.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sleep/sleep_unsafe.go b/pkg/sleep/sleep_unsafe.go
index 8f5e60a25..acbf0229b 100644
--- a/pkg/sleep/sleep_unsafe.go
+++ b/pkg/sleep/sleep_unsafe.go
@@ -13,7 +13,7 @@
// limitations under the License.
// +build go1.11
-// +build !go1.14
+// +build !go1.15
// Check go:linkname function signatures when updating Go version.