Skip to content

📦 Release patch/v1.0.0 by @wayjam #4

📦 Release patch/v1.0.0 by @wayjam

📦 Release patch/v1.0.0 by @wayjam #4

Manually triggered October 26, 2024 08:39
Status Failure
Total duration 55s
Artifacts

release.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
test / Run Go Tests: pkg/mixer/source_manager.go#L99
Error return value of `sm.refreshSource` is not checked (errcheck)
test / Run Go Tests: config/tvbox.go#L121
G107: Potential HTTP request made with variable url (gosec)
test / Run Go Tests: pkg/mixer/mixer.go#L17
unused-parameter: parameter 'c' seems to be unused, consider removing or renaming it as _ (revive)
test / Run Go Tests: server/server.go#L25
unexported-return: exported func NewServer returns unexported type *server.server, which can be annoying to use (revive)
test / Run Go Tests: cmd/tv-mixproxy/main.go#L24
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
test / Run Go Tests: pkg/mixer/mixer.go#L255
calculated cyclomatic complexity for function filterArray is 12, max is 10 (cyclop)
test / Run Go Tests
issues found
release
Unable to process file command 'output' successfully.
release
Invalid format '## v1.0.0'
test / Run Go Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/