-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump golang, dependencies, replace golint with staticcheck #510
Bump golang, dependencies, replace golint with staticcheck #510
Conversation
antoinedeschenes
commented
Dec 15, 2023
•
edited
Loading
edited
- Bump golang to 1.20 (syncing with helm)
- Bump helm dependency to 3.13
- Bump k8s libraries to 0.28.4 (syncing with helm)
- Replace deprecated golint linter with staticcheck
- Fix deprecations
LGTM |
@mumoshu WDYT? |
go.mod
Outdated
@@ -1,6 +1,6 @@ | |||
module github.com/databus23/helm-diff/v3 | |||
|
|||
go 1.19 | |||
go 1.21 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
61ce93d
to
ced5bf1
Compare
@@ -1,6 +1,6 @@ | |||
module github.com/databus23/helm-diff/v3 | |||
|
|||
go 1.21 | |||
go 1.20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That one is a downgrade, syncing go version to helm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Approved to trigger the CI build. Let's merge once it passes.
Thank you very much for your contribution @antoinedeschenes (and review @yxxhero)
ced5bf1
to
11e6fcd
Compare
@mumoshu all is pass. |
Yup the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for your efforts!