From 1a465b33f202ba9ffa06fe2cb2dd5ae5f14e7025 Mon Sep 17 00:00:00 2001 From: Knative Prow Robot Date: Fri, 24 Feb 2023 21:01:30 +0000 Subject: [PATCH] [release-1.8] Update linting/style for go1.19 (#728) * fix goimports Signed-off-by: Paul S. Schweigert * fixing boilerplate Signed-off-by: Paul S. Schweigert --------- Signed-off-by: Paul S. Schweigert Co-authored-by: Paul S. Schweigert --- pkg/apis/caching/v1alpha1/register_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/apis/caching/v1alpha1/register_test.go b/pkg/apis/caching/v1alpha1/register_test.go index 1071634b..1153abe6 100644 --- a/pkg/apis/caching/v1alpha1/register_test.go +++ b/pkg/apis/caching/v1alpha1/register_test.go @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + package v1alpha1 import (