mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Update Go version build tags
None of the dependencies have changed in 1.15. It may be possible to simplify some of the wrappers in rawfile following 1.13, but that can come in a later change. PiperOrigin-RevId: 313863264
This commit is contained in:
committed by
gVisor bot
parent
790811f757
commit
65569cfca0
@@ -14,7 +14,7 @@
|
||||
|
||||
// +build amd64
|
||||
// +build go1.8
|
||||
// +build !go1.15
|
||||
// +build !go1.16
|
||||
|
||||
#include "textflag.h"
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
// +build arm64
|
||||
// +build go1.8
|
||||
// +build !go1.15
|
||||
// +build !go1.16
|
||||
|
||||
#include "textflag.h"
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
// +build go1.12
|
||||
// +build !go1.15
|
||||
// +build !go1.16
|
||||
|
||||
// Check go:linkname function signatures when updating Go version.
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
// +build go1.12
|
||||
// +build !go1.15
|
||||
// +build !go1.16
|
||||
|
||||
// Check go:linkname function signatures when updating Go version.
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
// +build go1.12
|
||||
// +build !go1.15
|
||||
// +build !go1.16
|
||||
|
||||
// Check go:linkname function signatures when updating Go version.
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
// +build go1.12
|
||||
// +build !go1.15
|
||||
// +build !go1.16
|
||||
|
||||
// Check go:linkname function signatures when updating Go version.
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
// +build go1.11
|
||||
// +build !go1.15
|
||||
// +build !go1.16
|
||||
|
||||
// Check go:linkname function signatures when updating Go version.
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build go1.12
|
||||
// +build !go1.15
|
||||
// +build !go1.16
|
||||
|
||||
// Check go:linkname function signatures when updating Go version.
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build go1.13
|
||||
// +build !go1.15
|
||||
// +build !go1.16
|
||||
|
||||
// When updating the build constraint (above), check that syncMutex matches the
|
||||
// standard library sync.Mutex definition.
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build go1.13
|
||||
// +build !go1.15
|
||||
// +build !go1.16
|
||||
|
||||
// Check go:linkname function signatures when updating Go version.
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
// +build go1.11
|
||||
// +build !go1.15
|
||||
// +build !go1.16
|
||||
|
||||
// Check go:linkname function signatures when updating Go version.
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
// +build linux,amd64 linux,arm64
|
||||
// +build go1.12
|
||||
// +build !go1.15
|
||||
// +build !go1.16
|
||||
|
||||
// Check go:linkname function signatures when updating Go version.
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
// +build go1.9
|
||||
// +build !go1.15
|
||||
// +build !go1.16
|
||||
|
||||
// Check go:linkname function signatures when updating Go version.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user