From c440fdd21aa1d68c6c3db884481ed10be8ec75e0 Mon Sep 17 00:00:00 2001 From: Gianmaria Del Monte Date: Mon, 25 Sep 2023 17:08:51 +0200 Subject: [PATCH] fix linter --- pkg/utils/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/utils/utils.go b/pkg/utils/utils.go index e95ce738e99..4c7ce121335 100644 --- a/pkg/utils/utils.go +++ b/pkg/utils/utils.go @@ -42,7 +42,7 @@ import ( "go.step.sm/crypto/randutil" // gocritic is disabled because google.golang.org/protobuf/proto does not provide a method to convert MessageV1 to MessageV2. - "github.com/golang/protobuf/proto" + "github.com/golang/protobuf/proto" //nolint:staticcheck "google.golang.org/protobuf/encoding/protojson" )