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

Revert Go version to 1.22.0 #120

Merged
merged 3 commits into from
Jun 6, 2024
Merged

Revert Go version to 1.22.0 #120

merged 3 commits into from
Jun 6, 2024

Conversation

lucacome
Copy link
Member

@lucacome lucacome commented Jun 5, 2024

Proposed changes

This is a library so it will be compiled with the version specified in the project that imports it. This also is treated by Go as a minimum suggested version and we should only increase it if we need new features from the language. Bumping this to the latest version only means that the projects importing it will be forced to update to the same version.

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING
    guide
  • I have proven my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have ensured the README is up to date
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch on my own fork

This is a library so it will be compiled with the version specified in
the project that imports it. This also is treated by Go as a minimum
suggested version and we should only increase it if we need new features
from the language. Bumping this to the latest version only means that
the projects importing it will be forced to update to the same version.
@lucacome lucacome self-assigned this Jun 5, 2024
@lucacome lucacome requested a review from a team as a code owner June 5, 2024 18:26
@github-actions github-actions bot added chore Pull requests for routine tasks dependencies Pull requests that update a dependency file labels Jun 5, 2024
@danielnginx
Copy link

That fix security issues we should not revert it. https://go.dev/doc/devel/release#go1.22.4

@@ -1,6 +1,6 @@
module github.com/nginxinc/telemetry-exporter

go 1.22.4

Choose a reason for hiding this comment

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

Resolving after internal discussion on this.

@lucacome lucacome enabled auto-merge (squash) June 6, 2024 16:32
@lucacome lucacome merged commit 72e84a5 into main Jun 6, 2024
13 checks passed
@lucacome lucacome deleted the chore/revert-go-update branch June 6, 2024 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Pull requests for routine tasks dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants