helm/pkg/plugin/installer
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
..
base.go fix HELM PLUGINS behavior another_way 2021-08-07 09:38:17 +08:00
base_test.go add unittest 2021-08-07 09:48:37 +08:00
doc.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
http_installer.go fix a few function names on comments 2022-10-17 20:41:59 +08:00
http_installer_test.go test: use T.TempDir to create temporary test directory 2022-02-12 13:54:54 +08:00
installer.go improve the HTTP detection for tar archives 2020-09-17 11:54:07 -06:00
installer_test.go improve the HTTP detection for tar archives 2020-09-17 11:54:07 -06:00
local_installer.go improve error message on plugin install 2022-11-09 10:41:55 +01:00
local_installer_test.go Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
vcs_installer.go fix(pkg/plugin): copy plugins directly to the data directory (#7962) 2020-04-22 15:33:01 -07:00
vcs_installer_test.go switched to stricter YAML parsing on plugin metadata files 2020-09-17 11:38:28 -07:00