Merge pull request #287 from xmidt-org/feature/authenticate-authorize… #298
Annotations
4 errors
basculehttp/middleware_test.go#L41
SA1019: response.HeaderMap has been deprecated since Go 1.11 and an alternative has been available since Go 1.7: HeaderMap exists for historical compatibility and should not be used. To access the headers returned by a handler, use the Response.Header map as returned by the Result method. (staticcheck)
|
basculehttp/middleware_test.go#L190
SA1019: response.HeaderMap has been deprecated since Go 1.11 and an alternative has been available since Go 1.7: HeaderMap exists for historical compatibility and should not be used. To access the headers returned by a handler, use the Response.Header map as returned by the Result method. (staticcheck)
|
basculehttp/middleware_test.go#L228
SA1019: response.HeaderMap has been deprecated since Go 1.11 and an alternative has been available since Go 1.7: HeaderMap exists for historical compatibility and should not be used. To access the headers returned by a handler, use the Response.Header map as returned by the Result method. (staticcheck)
|
|
This job failed
Loading