helm/pkg/chartutil
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
..
testdata Fixing precedence issue with the import of values. 2023-10-11 14:56:12 -04:00
capabilities.go Fix specifying of Kubernetes version from build scripts 2021-11-18 11:48:02 -05:00
capabilities_test.go bump version to v3.13.0 2023-09-18 16:01:43 -04:00
chartfile.go Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
chartfile_test.go Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
coalesce.go Update to Go 1.21 for builds 2024-01-08 15:48:36 -05:00
coalesce_test.go Fix multiple bugs in values handling 2023-06-26 11:37:21 -04:00
compatible.go Update dependencies 2019-10-03 13:49:07 -04:00
compatible_test.go ref(*): Moves packages to internal 2019-08-09 16:02:33 -06:00
create.go Merge pull request #12530 from refl3ction/patch-1 2024-01-05 16:26:21 -08:00
create_test.go Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
dependencies.go Update to Go 1.21 for builds 2024-01-08 15:48:36 -05:00
dependencies_test.go Fixing precedence issue with the import of values. 2023-10-11 14:56:12 -04:00
doc.go Bump the Go version 2023-03-22 11:29:26 -04:00
errors.go Fix chartutils/errors.go stack overflow 2019-10-15 15:03:36 -07:00
errors_test.go Spelling (#7258) 2019-12-18 12:04:08 +00:00
expand.go Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
expand_test.go test: use T.TempDir to create temporary test directory 2022-02-12 13:54:54 +08:00
jsonschema.go Update schema validation handling 2022-10-21 18:04:05 +01:00
jsonschema_test.go Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
save.go Fix issue with unhandled error on Stat 2020-05-22 12:04:37 -04:00
save_test.go test: replace ensure.TempDir with t.TempDir 2023-07-29 16:11:22 +08:00
validate_name.go Replace golint with revive 2022-01-20 15:19:40 +00:00
validate_name_test.go refactor the release name validation to be consistent across Helm 2020-09-17 11:34:31 -06:00
values.go Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
values_test.go Spelling (#7258) 2019-12-18 12:04:08 +00:00