databus23 / helm-diff

A helm plugin that shows a diff explaining what a helm upgrade would change
Apache License 2.0
2.71k stars 280 forks source link

feat(ci): update helm and go version in ci workflow #675

Closed yxxhero closed 4 days ago

yxxhero commented 4 days ago

This pull request includes several updates to the CI and lint workflows, as well as a version upgrade in the go.mod file. The most important changes are the updates to the Helm and GolangCI versions, and the Go version in go.mod.

CI Workflow Updates:

Lint Workflow Updates:

Go Module Update:

yxxhero commented 4 days ago

@mumoshu