helm/pkg/getter
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 Fixed bug - The flags --cert-file/--key-file where ignored when --insecure-skip-tls-verify flag is set (#9070) 2020-12-17 13:49:16 -07:00
doc.go Bump the Go version 2023-03-22 11:29:26 -04:00
getter.go Add docs block 2022-02-22 15:59:53 +01:00
getter_test.go Address error on deletion of old dependencies 2020-12-18 16:29:16 -06:00
httpgetter.go Reimplemented change in httpgetter for insecure TLS option 2023-03-03 07:33:17 -06:00
httpgetter_test.go Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
ocigetter.go Added support for insecure OCI registries 2023-03-03 07:33:17 -06:00
ocigetter_test.go Added insecure option to login subcommand 2023-03-03 07:33:17 -06:00
plugingetter.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
plugingetter_test.go fix(pkg/cli): ensure correct configuration from kubeconfig file 2020-04-23 12:20:14 -07:00