Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit f5c7ac9

Browse files
committed
fix for image pull linter change
Signed-off-by: Mike Brown <[email protected]>
1 parent 05cd942 commit f5c7ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/server/image_pull.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ func (c *criService) getTLSConfig(registryTLSConfig criconfig.TLSConfig) (*tls.C
284284
if len(cert.Certificate) != 0 {
285285
tlsConfig.Certificates = []tls.Certificate{cert}
286286
}
287-
tlsConfig.BuildNameToCertificate()
287+
tlsConfig.BuildNameToCertificate() // nolint:staticcheck
288288
}
289289

290290
if registryTLSConfig.CAFile != "" {

0 commit comments

Comments
 (0)