fix: resolve golangci-lint failures in jfrog storage implementation

- Remove unused pathCache field from PublishedStorage struct
- Remove unused md5s accumulation in Filelist()
- Fix unchecked error return on expectedOut.Write in config_test.go
- Suppress unused linter on configFileYAML/configFileYAMLError constants
  (retained to avoid merge conflicts with feat/pls/gcs-support)
- Add --timeout=10m to golangci-lint workflow
- add back removed tests
This commit is contained in:
Pierig Le Saux
2026-04-09 10:55:53 -04:00
committed by André Roth
parent 4b8f0c42ac
commit 214c151194
3 changed files with 126 additions and 6 deletions
+1
View File
@@ -45,6 +45,7 @@ jobs:
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
version: v1.64.5
args: --timeout=10m
# Optional: working directory, useful for monorepos
# working-directory: somedir