Bump build constraints to 1.17

This enables pre-release testing with 1.16. The intention is to replace these
with a nogo check before the next release.

PiperOrigin-RevId: 328193911
This commit is contained in:
Michael Pratt
2020-08-24 12:58:39 -07:00
committed by gVisor bot
parent 339d266be4
commit ab6c474210
13 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
// +build amd64
// +build go1.8
// +build !go1.16
// +build !go1.17
#include "textflag.h"
+1 -1
View File
@@ -14,7 +14,7 @@
// +build arm64
// +build go1.8
// +build !go1.16
// +build !go1.17
#include "textflag.h"
+1 -1
View File
@@ -13,7 +13,7 @@
// limitations under the License.
// +build go1.12
// +build !go1.16
// +build !go1.17
// Check go:linkname function signatures when updating Go version.
+1 -1
View File
@@ -13,7 +13,7 @@
// limitations under the License.
// +build go1.12
// +build !go1.16
// +build !go1.17
// Check go:linkname function signatures when updating Go version.
@@ -13,7 +13,7 @@
// limitations under the License.
// +build go1.12
// +build !go1.16
// +build !go1.17
// Check go:linkname function signatures when updating Go version.
+1 -1
View File
@@ -13,7 +13,7 @@
// limitations under the License.
// +build go1.12
// +build !go1.16
// +build !go1.17
// Check go:linkname function signatures when updating Go version.
+1 -1
View File
@@ -13,7 +13,7 @@
// limitations under the License.
// +build go1.11
// +build !go1.16
// +build !go1.17
// Check go:linkname function signatures when updating Go version.
+1 -1
View File
@@ -4,7 +4,7 @@
// license that can be found in the LICENSE file.
// +build go1.12
// +build !go1.16
// +build !go1.17
// Check go:linkname function signatures when updating Go version.
+1 -1
View File
@@ -4,7 +4,7 @@
// license that can be found in the LICENSE file.
// +build go1.13
// +build !go1.16
// +build !go1.17
// When updating the build constraint (above), check that syncMutex matches the
// standard library sync.Mutex definition.
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -13,7 +13,7 @@
// limitations under the License.
// +build go1.11
// +build !go1.16
// +build !go1.17
// Check go:linkname function signatures when updating Go version.
@@ -14,7 +14,7 @@
// +build linux,amd64 linux,arm64
// +build go1.12
// +build !go1.16
// +build !go1.17
// Check go:linkname function signatures when updating Go version.
+1 -1
View File
@@ -13,7 +13,7 @@
// limitations under the License.
// +build go1.9
// +build !go1.16
// +build !go1.17
// Check go:linkname function signatures when updating Go version.