Skip to content

fix: parse CacheDuration and ValidUntil in EntitiesDescriptor #252

fix: parse CacheDuration and ValidUntil in EntitiesDescriptor

fix: parse CacheDuration and ValidUntil in EntitiesDescriptor #252

Triggered via pull request August 16, 2024 15:23
Status Failure
Total duration 2m 50s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
golangci
issues found
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/
golangci
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
golangci: metadata.go#L43
var-declaration: should drop = nil from declaration of var validUntil; it is the zero value (revive)
golangci: metadata.go#L44
var-declaration: should drop = nil from declaration of var cacheDuration; it is the zero value (revive)