helm/pkg/cli
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
..
output feat(comp): Add descriptions for output format 2021-02-24 11:43:45 -05:00
values Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
environment.go Fix after CR 2023-01-03 23:35:19 +01:00
environment_test.go Add test for User-Agent header setting and refactor 2023-01-03 23:13:11 +01:00
roundtripper.go Check status code before retrying request 2023-01-12 21:03:45 -05:00