Update go.mod to use Go 1.24.2 by javorszky · Pull Request #1048 · nginx/nginx-prometheus-exporter (original) (raw)
Closes #1047
Proposed changes
Updates the main go version to 1.24.2 as well
Considerations
If this project is used as a dependency, we need to validate that the go version bump does not interfere with other projects' functionality.
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