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

Commit 2cc11e5

Browse files
mikebrowcpuguy83
authored andcommitted
fix for image pull linter change
Signed-off-by: Mike Brown <[email protected]> (cherry picked from commit f5c7ac9) Signed-off-by: Brian Goff <[email protected]>
1 parent 7f1124c commit 2cc11e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/server/image_pull.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ func (c *criService) getTLSConfig(registryTLSConfig criconfig.TLSConfig) (*tls.C
271271
if len(cert.Certificate) != 0 {
272272
tlsConfig.Certificates = []tls.Certificate{cert}
273273
}
274-
tlsConfig.BuildNameToCertificate()
274+
tlsConfig.BuildNameToCertificate() // nolint:staticcheck
275275
}
276276

277277
if registryTLSConfig.CAFile != "" {

0 commit comments

Comments
 (0)