diff --git a/pkg/apis/vault/v1alpha1/zz_generated.defaults.go b/pkg/apis/vault/v1alpha1/zz_generated.defaults.go index 3599d0de..9a1b629d 100644 --- a/pkg/apis/vault/v1alpha1/zz_generated.defaults.go +++ b/pkg/apis/vault/v1alpha1/zz_generated.defaults.go @@ -1,4 +1,4 @@ -// +build !ignore_autogenerated +//go:build !ignore_autogenerated // Copyright © 2019 Banzai Cloud // diff --git a/test/acceptance_test.go b/test/acceptance_test.go index 3e9901d7..ac04d402 100644 --- a/test/acceptance_test.go +++ b/test/acceptance_test.go @@ -13,7 +13,6 @@ // limitations under the License. //go:build kubeall || helm -// +build kubeall helm // Fire up a local Kubernetes cluster (`kind create cluster --config test/kind.yaml`) // and run the acceptance tests against it (`go test -v -tags kubeall ./test`)