From 750a28330e2a431644a9cee13054994bc9cf4b3c Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Thu, 28 Apr 2022 17:10:36 +0200 Subject: [PATCH] Bump linters to Go 1.18 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Büringer buringerst@vmware.com --- .golangci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 96290b8bf7..68be34b063 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -59,9 +59,9 @@ linters-settings: - pkg: sigs.k8s.io/controller-runtime alias: ctrl staticcheck: - go: "1.17" + go: "1.18" stylecheck: - go: "1.17" + go: "1.18" issues: max-same-issues: 0