mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 20:38:08 +08:00
ci: update golangci-lint version (#1834)
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
committed by
GitHub
parent
7ce5a74598
commit
1675f30d4a
@@ -27,7 +27,7 @@ func SetupGQLPlaygroundRoutes(router *mux.Router,
|
||||
|
||||
templ, err := template.ParseFS(playgroundHTML, "index.html.tmpl")
|
||||
if err != nil {
|
||||
log.Fatal().Err(err)
|
||||
log.Fatal().Err(err).Msg("")
|
||||
}
|
||||
|
||||
//nolint:lll
|
||||
|
||||
Reference in New Issue
Block a user