chore: remove old build tags syntax
This commit removes lines contains old build tag syntax. Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>
This commit is contained in:
parent
b500d0aa90
commit
29bd632401
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build linux
|
||||
// +build linux
|
||||
|
||||
package mgmt
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build amd64
|
||||
// +build amd64
|
||||
|
||||
package vmware
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build !amd64
|
||||
// +build !amd64
|
||||
|
||||
package vmware
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration
|
||||
// +build integration
|
||||
|
||||
// Package api provides API integration tests for Talos
|
||||
package api
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_api
|
||||
// +build integration_api
|
||||
|
||||
package api
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_api
|
||||
// +build integration_api
|
||||
|
||||
package api
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_api
|
||||
// +build integration_api
|
||||
|
||||
package api
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_api
|
||||
// +build integration_api
|
||||
|
||||
package api
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_api
|
||||
// +build integration_api
|
||||
|
||||
package api
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_api
|
||||
// +build integration_api
|
||||
|
||||
package api
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_api
|
||||
// +build integration_api
|
||||
|
||||
package api
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_api
|
||||
// +build integration_api
|
||||
|
||||
package api
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_api
|
||||
// +build integration_api
|
||||
|
||||
package api
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_api
|
||||
// +build integration_api
|
||||
|
||||
package api
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_api
|
||||
// +build integration_api
|
||||
|
||||
package api
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_api
|
||||
// +build integration_api
|
||||
|
||||
package api
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_api
|
||||
// +build integration_api
|
||||
|
||||
package api
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_api
|
||||
// +build integration_api
|
||||
|
||||
package api
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_api
|
||||
// +build integration_api
|
||||
|
||||
package api
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_api
|
||||
// +build integration_api
|
||||
|
||||
package api
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_api
|
||||
// +build integration_api
|
||||
|
||||
package api
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_api
|
||||
// +build integration_api
|
||||
|
||||
package base
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration
|
||||
// +build integration
|
||||
|
||||
// Package base provides shared definition of base suites for tests
|
||||
package base
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package base
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration
|
||||
// +build integration
|
||||
|
||||
package base
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_k8s
|
||||
// +build integration_k8s
|
||||
|
||||
package base
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration && !integration_k8s
|
||||
// +build integration,!integration_k8s
|
||||
|
||||
package base
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration
|
||||
// +build integration
|
||||
|
||||
package base
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration
|
||||
// +build integration
|
||||
|
||||
package base
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_k8s
|
||||
// +build integration_k8s
|
||||
|
||||
package base
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package base
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration
|
||||
// +build integration
|
||||
|
||||
// Package cli provides CLI (talosctl) integration tests for Talos
|
||||
package cli
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_cli
|
||||
// +build integration_cli
|
||||
|
||||
package cli
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration
|
||||
// +build integration
|
||||
|
||||
// Package integration_test contains core runners for integration tests
|
||||
package integration_test
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration
|
||||
// +build integration
|
||||
|
||||
// Package k8s provides Kubernetes integration tests for Talos
|
||||
package k8s
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_k8s
|
||||
// +build integration_k8s
|
||||
|
||||
package k8s
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration
|
||||
// +build integration
|
||||
|
||||
// Package provision provides integration tests which rely on provisioning cluster per test.
|
||||
package provision
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration_provision
|
||||
// +build integration_provision
|
||||
|
||||
package provision
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build integration
|
||||
// +build integration
|
||||
|
||||
// Package integration_test contains core runners for integration tests
|
||||
package integration_test
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build sidero.debug
|
||||
// +build sidero.debug
|
||||
|
||||
package client
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build !sidero.debug
|
||||
// +build !sidero.debug
|
||||
|
||||
package client
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build go1.18
|
||||
// +build go1.18
|
||||
|
||||
package configloader_test
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build linux
|
||||
// +build linux
|
||||
|
||||
package providers
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
package providers
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user