helm/pkg/storage/driver
Matt Farina 847369c184
Update to Go 1.21 for builds
Noteis:
1. This moves golangci scanning to a GitHub action. This will
   enable inline pointers to issues in the PR where linting fails.
2. Go 1.21 is specified in the go.mod because Kubernetes libs
   require it.
3. The lint issues were removed. Some were fixed while others
   were handled by skipping linting or using _ as an argument.
   Many of these can be refactored later for better cleanup.

Signed-off-by: Matt Farina <matt.farina@suse.com>
2024-01-08 15:48:36 -05:00
..
cfgmaps.go Drop filterSystemLabels usage from Query method 2023-10-13 20:48:26 +03:00
cfgmaps_test.go Apply review suggestions 2023-10-13 20:43:49 +03:00
driver.go fix(helm): allow a previously failed release to be upgraded (#7653) 2020-04-17 11:56:29 -06:00
labels.go change copyright to "Copyright The Helm Authors" 2018-08-24 12:03:55 -07:00
labels_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
memory.go fix(helm): stdin values for helm upgrade --install 2020-02-27 11:07:02 -05:00
memory_test.go fix(memory_test): rebase master 2020-02-07 09:25:23 -08:00
mock_test.go Update to Go 1.21 for builds 2024-01-08 15:48:36 -05:00
records.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
records_test.go add unit test for RecordsReplace 2020-03-02 14:32:57 +08:00
secrets.go Drop filterSystemLabels usage from Query method 2023-10-13 20:48:26 +03:00
secrets_test.go Apply review suggestions 2023-10-13 20:43:49 +03:00
sql.go Update to Go 1.21 for builds 2024-01-08 15:48:36 -05:00
sql_test.go Apply review suggestions 2023-10-13 20:43:49 +03:00
util.go Merge remote-tracking branch 'upstream/main' into add-labels-to-install-upgrade 2023-08-23 10:42:16 -07:00
util_test.go Added error in case try to supply custom label with name of system label during install/upgrade 2023-07-25 17:55:05 +03:00