1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-18 03:56:52 +02:00

fix: lint

This commit is contained in:
Carlos Alexandro Becker 2019-01-19 18:14:56 -02:00 committed by Carlos Alexandro Becker
parent 55169a8c60
commit f07bc40251

View File

@ -29,6 +29,7 @@ func NewGitHub(ctx *context.Context) (Client, error) {
if &base != nil {
base = http.DefaultTransport
}
// nolint: gosec
base.(*http.Transport).TLSClientConfig = &tls.Config{
InsecureSkipVerify: ctx.Config.GitHubURLs.SkipTLSVerify,
}