diff --git a/authn/authn.go b/authn/authn.go index 9ebdd4ea55..db6ea37ab8 100644 --- a/authn/authn.go +++ b/authn/authn.go @@ -120,7 +120,7 @@ func checkAuth(ctx context.Context, logger *log.Logger, endpoint *url.URL, creds client := &http.Client{ Timeout: time.Second * 5, CheckRedirect: func(req *http.Request, via []*http.Request) error { - return http.ErrUseLastResponse + return http.ErrUseLastResponse //errtrace:skip(the HTTP client doesn't handle wrapping errors) }, } req, err := http.NewRequestWithContext(ctx, http.MethodHead, endpoint.String(), nil) diff --git a/bin/.lefthook-1.6.15.pkg b/bin/.lefthook-1.6.14.pkg similarity index 100% rename from bin/.lefthook-1.6.15.pkg rename to bin/.lefthook-1.6.14.pkg diff --git a/bin/lefthook b/bin/lefthook index 81469a217b..ec088d329a 120000 --- a/bin/lefthook +++ b/bin/lefthook @@ -1 +1 @@ -.lefthook-1.6.15.pkg \ No newline at end of file +.lefthook-1.6.14.pkg \ No newline at end of file