helm/pkg/storage/driver
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
..
cfgmaps.go Bump the Go version 2023-03-22 11:29:26 -04:00
cfgmaps_test.go Add unit test for Secrets/ConfigMaps (#7765) 2020-04-14 20:07:02 -06:00
driver.go fix(helm): allow a previously failed release to be upgraded (#7653) 2020-04-17 11:56:29 -06:00
labels.go change copyright to "Copyright The Helm Authors" 2018-08-24 12:03:55 -07:00
labels_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
memory.go fix(helm): stdin values for helm upgrade --install 2020-02-27 11:07:02 -05:00
memory_test.go fix(memory_test): rebase master 2020-02-07 09:25:23 -08:00
mock_test.go Migrate SQL storage driver to Helm 3 (#7635) 2020-04-16 14:53:40 -06:00
records.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
records_test.go add unit test for RecordsReplace 2020-03-02 14:32:57 +08:00
secrets.go Bump the Go version 2023-03-22 11:29:26 -04:00
secrets_test.go Add unit test for Secrets/ConfigMaps (#7765) 2020-04-14 20:07:02 -06:00
sql.go Merge pull request #8470 from mikeshng/sql-query-fix 2021-06-09 14:23:53 +01:00
sql_test.go fix(sql storage): Query() should return ErrReleaseNotFound immediately when no records are found 2020-07-16 13:58:14 -04:00
util.go Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00