Skip to content
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

Merged

Conversation

antoinedeschenes
Copy link
Contributor

@antoinedeschenes antoinedeschenes commented Dec 15, 2023

  • 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

@yxxhero
Copy link
Collaborator

yxxhero commented Dec 17, 2023

LGTM

@yxxhero
Copy link
Collaborator

yxxhero commented Dec 17, 2023

@mumoshu WDYT?

.circleci/config.yml Outdated Show resolved Hide resolved
.github/workflows/ci.yaml Outdated Show resolved Hide resolved
Dockerfile.release Outdated Show resolved Hide resolved
go.mod Outdated
@@ -1,6 +1,6 @@
module github.com/databus23/helm-diff/v3

go 1.19
go 1.21
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

go.mod Show resolved Hide resolved
go.mod Outdated Show resolved Hide resolved
@antoinedeschenes antoinedeschenes force-pushed the bump-golang-dependencies branch 3 times, most recently from 61ce93d to ced5bf1 Compare December 18, 2023 15:01
@@ -1,6 +1,6 @@
module github.com/databus23/helm-diff/v3

go 1.21
go 1.20
Copy link
Contributor Author

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.

Copy link
Collaborator

@mumoshu mumoshu left a 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) ☺️

@yxxhero
Copy link
Collaborator

yxxhero commented Dec 23, 2023

@mumoshu all is pass.

@antoinedeschenes
Copy link
Contributor Author

Yup the CircleCI Pipeline webhook would need to be removed I assume

Copy link
Collaborator

@mumoshu mumoshu left a 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!

@mumoshu mumoshu merged commit a270663 into databus23:master Jan 3, 2024
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants