helm/pkg/chartutil
Matt Farina 4e7e939f19
Updating the Go version in go.mod
At this time both Go 1.19 and 1.20 are supported. The version
specified in the go.mod file is the minimum version we expect Helm
to be compiled against. This is the oldest supported version to
support environments where others compile Helm. The Helm project
is using Go 1.20 to build Helm itself.

Updating to Go 1.19 also includes dealing with io/ioutil
deprecation and some additional linting issues around staticcheck.
All the staticcheck issues were in test files so linting was
skipped for those.

Signed-off-by: Matt Farina <matt.farina@suse.com>
2023-03-22 11:52:30 -04:00
..
testdata Update schema validation handling 2022-10-21 18:04:05 +01: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.11.0 2023-01-09 21:23:22 -05: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 Bump the Go version 2023-03-22 11:29:26 -04:00
coalesce_test.go Make validation errors easier to fix 2021-09-14 10:07:26 +02: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 Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
create_test.go Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
dependencies.go Fix value precedence 2021-09-07 17:25:34 +02:00
dependencies_test.go Add tests for multi-level dependencies. 2021-09-10 15:49:05 +02: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: use T.TempDir to create temporary test directory 2022-02-12 13:54:54 +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