Skip to content

ready for v1.11.0

ready for v1.11.0 #728

Triggered via push July 14, 2025 16:17
Status Failure
Total duration 22s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 errors
lint
issues found
lint: logger/logger.go#L7
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
lint: subscriptions/subscriptions.go#L9
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
lint: subscriptions/entries.go#L49
S1009: should omit nil check; len() for nil slices is defined as zero (gosimple)
lint: bookmarks/bookmarks.go#L7
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)