helm/pkg/pusher
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
..
doc.go Moving uploader and pusher out of action into pkg 2022-01-13 08:22:51 -05:00
ocipusher.go Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
ocipusher_test.go Added support for insecure OCI registries 2023-03-03 07:33:17 -06:00
pusher.go Added support for insecure OCI registries 2023-03-03 07:33:17 -06:00
pusher_test.go Moving uploader and pusher out of action into pkg 2022-01-13 08:22:51 -05:00