From c78102403fc02952f0c0e7418cc84d43df1daf2f Mon Sep 17 00:00:00 2001 From: Steffen Exler Date: Fri, 15 Oct 2021 11:47:18 +0200 Subject: [PATCH] Fix lint Signed-off-by: Steffen Exler --- pkg/gotemplate/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/gotemplate/options.go b/pkg/gotemplate/options.go index 93caa486..4b943cea 100644 --- a/pkg/gotemplate/options.go +++ b/pkg/gotemplate/options.go @@ -188,7 +188,7 @@ func NewOptionValues() *OptionValues { type OptionNameToValue map[string]interface{} // NewOptions returns all of go/template's options. -func NewOptions(githubTagLister repos.GithubTagLister) *Options { +func NewOptions(githubTagLister repos.GithubTagLister) *Options { // nolint: funlen // Static initialization return &Options{ Base: []Option{ {