build(deps): bump golang.org/x/term from 0.27.0 to 0.28.0 #367
Annotations
10 errors and 1 warning
Run make citest:
pkg/snclient/docs_test.go#L9
Import statement 'golang.org/x/exp/slices' can be replaced by 'slices' (exptostd)
|
Run make citest:
pkg/snclient/commands/update.go#L13
Import statement 'golang.org/x/exp/slices' can be replaced by 'slices' (exptostd)
|
Run make citest:
pkg/snclient/check_files_test.go#L50
os.MkdirTemp() could be replaced by t.TempDir() in TestCheckFilesNoPermission (usetesting)
|
Run make citest:
pkg/snclient/config_test.go#L134
os.CreateTemp("", ...) could be replaced by os.CreateTemp(t.TempDir(), ...) in TestConfigIncludeFile (usetesting)
|
Run make citest:
pkg/snclient/config_test.go#L171
os.CreateTemp("", ...) could be replaced by os.CreateTemp(t.TempDir(), ...) in TestConfigIncludeDir (usetesting)
|
Run make citest:
pkg/snclient/config_test.go#L209
os.CreateTemp("", ...) could be replaced by os.CreateTemp(t.TempDir(), ...) in TestConfigIncludeWildcards (usetesting)
|
Run make citest:
pkg/snclient/config_test.go#L374
os.CreateTemp("", ...) could be replaced by os.CreateTemp(t.TempDir(), ...) in TestConfigLongLines (usetesting)
|
Run make citest:
pkg/snclient/config_test.go#L469
os.CreateTemp("", ...) could be replaced by os.CreateTemp(t.TempDir(), ...) in TestConfigHTTPInclude (usetesting)
|
Run make citest:
pkg/snclient/snclient_test.go#L48
os.CreateTemp("", ...) could be replaced by os.CreateTemp(t.TempDir(), ...) in TestConfigInheritance (usetesting)
|
Run make citest:
pkg/snclient/test_utils_test.go#L38
os.CreateTemp("", ...) could be replaced by os.CreateTemp(t.TempDir(), ...) in StartTestAgent (usetesting)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading