From 310eae4ba44bc1c98c5cc5995f1f183b8ac432b1 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 15 Mar 2021 07:10:25 -0400 Subject: Switch all builds to pull-never Fixes: https://github.com/containers/buildah/issues/2779 Signed-off-by: Daniel J Walsh --- vendor/golang.org/x/sys/unix/sockcmsg_unix.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vendor/golang.org/x/sys/unix/sockcmsg_unix.go') diff --git a/vendor/golang.org/x/sys/unix/sockcmsg_unix.go b/vendor/golang.org/x/sys/unix/sockcmsg_unix.go index 003916ed7..453a942c5 100644 --- a/vendor/golang.org/x/sys/unix/sockcmsg_unix.go +++ b/vendor/golang.org/x/sys/unix/sockcmsg_unix.go @@ -2,7 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris +//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || zos +// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris zos // Socket control messages -- cgit v1.2.3-54-g00ecf