all: Update build constraints to Go 1.17 style (#7894)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
// You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build go1.14 && !noquic && !go1.17
|
||||
// +build go1.14,!noquic,!go1.17
|
||||
|
||||
package connections
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
// You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build go1.14 && !noquic && !go1.17
|
||||
// +build go1.14,!noquic,!go1.17
|
||||
|
||||
package connections
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
// You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build go1.14 && !noquic && !go1.17
|
||||
// +build go1.14,!noquic,!go1.17
|
||||
|
||||
package connections
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
// You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build noquic || !go1.14 || go1.17
|
||||
// +build noquic !go1.14 go1.17
|
||||
|
||||
package connections
|
||||
|
||||
Reference in New Issue
Block a user