mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-18 03:56:52 +02:00
fix: lint
This commit is contained in:
parent
55169a8c60
commit
f07bc40251
@ -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,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user