cdep also update image tags in json #1160
GitHub Actions / GolangCI Linter
failed
Jan 3, 2025 in 0s
reviewdog [GolangCI Linter] report
reported by reviewdog 🐶
Findings (1)
tools/cdep/app/add_config.go|113 col 6| func attemptInsertYaml
is unused (unused)
Filtered Findings (0)
Annotations
Check failure on line 113 in tools/cdep/app/add_config.go
github-actions / GolangCI Linter
[GolangCI Linter] tools/cdep/app/add_config.go#L113
func `attemptInsertYaml` is unused (unused)
Raw output
tools/cdep/app/add_config.go:113:6: func `attemptInsertYaml` is unused (unused)
func attemptInsertYaml(blob []byte, key string, value interface{}) []byte {
^
Loading