helm/pkg/chart
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
..
loader Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
chart.go Merge pull request from GHSA-9vp5-m38w-j776 2020-09-17 12:31:23 -06:00
chart_test.go Bump the Go version 2023-03-22 11:29:26 -04:00
dependency.go change linting error messages for null values in arrays 2023-01-05 18:28:14 +01:00
dependency_test.go Bump the Go version 2023-03-22 11:29:26 -04:00
errors.go Merge pull request from GHSA-9vp5-m38w-j776 2020-09-17 12:31:23 -06:00
file.go fix(chart): add JSON tags to chart object 2019-11-01 14:50:32 -07:00
metadata.go change linting error messages for null values in arrays 2023-01-05 18:28:14 +01:00
metadata_test.go Bump the Go version 2023-03-22 11:29:26 -04:00