Skip to content

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #9

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #9

Triggered via pull request April 28, 2025 22:30
Status Failure
Total duration 50s
Artifacts

go-ci.yml

on: pull_request
Lint Code
44s
Lint Code
Run Unit Tests
0s
Run Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint Code: pkg/launcher/launcher.go#L97
QF1004: could use strings.ReplaceAll instead (staticcheck)
Lint Code: cmd/config.go#L184
S1005: unnecessary assignment to the blank identifier (staticcheck)
Lint Code: pkg/tui/tui.go#L460
printf: non-constant format string in call to fmt.Sprintf (govet)
Lint Code: pkg/tui/tui.go#L447
printf: non-constant format string in call to fmt.Sprintf (govet)
Lint Code: cmd/config.go#L178
printf: non-constant format string in call to fmt.Errorf (govet)
Lint Code: cmd/config.go#L159
printf: non-constant format string in call to fmt.Errorf (govet)
Lint Code: pkg/tui/commands.go#L562
Error return value of `file.Close` is not checked (errcheck)
Lint Code: main.go#L41
Error return value of `f.Close` is not checked (errcheck)
Lint Code: cmd/root.go#L112
Error return value of `viper.BindPFlag` is not checked (errcheck)
Lint Code: cmd/config.go#L106
Error return value of `cmd.Usage` is not checked (errcheck)