helm/pkg/releaseutil
Matt Farina 847369c184
Update to Go 1.21 for builds
Noteis:
1. This moves golangci scanning to a GitHub action. This will
   enable inline pointers to issues in the PR where linting fails.
2. Go 1.21 is specified in the go.mod because Kubernetes libs
   require it.
3. The lint issues were removed. Some were fixed while others
   were handled by skipping linting or using _ as an argument.
   Many of these can be refactored later for better cleanup.

Signed-off-by: Matt Farina <matt.farina@suse.com>
2024-01-08 15:48:36 -05:00
..
filter.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
filter_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
kind_sorter.go Update to Go 1.21 for builds 2024-01-08 15:48:36 -05:00
kind_sorter_test.go Add priority class to kind sorter 2022-04-05 10:56:05 +02:00
manifest.go feat(template): process manifests in file path order, then in order found in each file (before sorting manifests) 2019-12-16 20:51:22 +01:00
manifest_sorter.go Bump the Go version 2023-03-22 11:29:26 -04:00
manifest_sorter_test.go ref(kind_sorter): use an in-place sort for sortManifestsByKind, reduce code duplication 2020-02-06 14:05:15 -08:00
manifest_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
sorter.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
sorter_test.go Add unit test for Reverse() in pkg/releaseutil.go 2020-01-17 09:11:03 +07:00