Skip to content

Bump github.com/russellhaering/goxmldsig from 1.3.0 to 1.4.0 (#512) #30

Bump github.com/russellhaering/goxmldsig from 1.3.0 to 1.4.0 (#512)

Bump github.com/russellhaering/goxmldsig from 1.3.0 to 1.4.0 (#512) #30

Re-run triggered October 25, 2023 12:17
Status Failure
Total duration 20s
Artifacts

lint.yml

on: push
golangci
7s
golangci
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golangci: service_provider_signed.go#L75
ifElseChain: rewrite if-else to switch statement (gocritic)
golangci: metadata.go#L336
exported: exported method IDPSSODescriptor.MarshalXML should have comment or be unexported (revive)
golangci: metadata.go#L380
exported: exported method SPSSODescriptor.MarshalXML should have comment or be unexported (revive)
golangci: metadata.go#L442
exported: exported method AuthnAuthorityDescriptor.MarshalXML should have comment or be unexported (revive)
golangci: metadata.go#L485
exported: exported method PDPDescriptor.MarshalXML should have comment or be unexported (revive)
golangci: metadata.go#L530
exported: exported method AttributeAuthorityDescriptor.MarshalXML should have comment or be unexported (revive)
golangci: service_provider.go#L1577
if-return: redundant if ...; err != nil check, just return error instead. (revive)
golangci: service_provider_signed_test.go#L22
field `wantErr` is unused (unused)
golangci: service_provider.go#L267
S1030: should use w.String() instead of string(w.Bytes()) (gosimple)
golangci: identity_provider_test.go#L239
S1030: should use w.Body.String() instead of string(w.Body.Bytes()) (gosimple)
golangci
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/