chore(go): Update to Go 1.24 #1454
Annotations
8 errors and 1 warning
linter:
pkg/dump/writer/file_writer_test.go#L24
os.MkdirTemp() could be replaced by t.TempDir() in TestFileWriter_Write (usetesting)
|
linter:
pkg/dump/writer/tar_writer_test.go#L24
os.MkdirTemp() could be replaced by t.TempDir() in TestTarWriter_Write (usetesting)
|
linter:
pkg/dump/writer/tar_writer_test.go#L29
os.MkdirTemp() could be replaced by t.TempDir() in TestTarWriter_Write (usetesting)
|
linter:
pkg/ingestor/puller/puller_test.go#L127
os.MkdirTemp() could be replaced by t.TempDir() in TestExtractTarGz (usetesting)
|
linter:
pkg/kubehound/graph/adapter/gremlin.go#L88
directive `//nolint:asasalint // required due to constraints in the gremlin API` is unused for linter "asasalint" (nolintlint)
|
linter:
pkg/kubehound/graph/vertex/base_vertex.go#L26
directive `//nolint:asasalint // required due to constraints in the gremlin API` is unused for linter "asasalint" (nolintlint)
|
linter:
pkg/kubehound/graph/edge/pod_create.go#L83
directive `//nolint:asasalint // required due to constraints in the gremlin API` is unused for linter "asasalint" (nolintlint)
|
linter
issues found
|
linter
Restore cache failed: Dependencies file is not found in /home/runner/work/KubeHound/KubeHound. Supported file pattern: go.sum
|