chore: Upgrade Go version from 1.21 to 1.24#83
chore: Upgrade Go version from 1.21 to 1.24#83geowa4 wants to merge 2 commits intoopenshift:mainfrom
Conversation
Servicelogger has been superseded by the managed-notifications MCP server (https://github.com/openshift/managed-notifications/tree/master/mcp) and has not received any updates in a long time. Removing it from the tools collection to reduce maintenance overhead. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
- Update go.mod to Go 1.24 and toolchain to go1.24.0 - Bump golangci-lint to v1.62.2 for Go 1.24 compatibility - Remove deprecated linters (execinquery, exportloopref) - Add copyloopvar linter - Fix linting issue in mirror.go (string concatenation) Fixes openshift#81 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: geowa4 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@geowa4: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
Test Plan
make test)make build)make lint)make mod)References
Fixes #81
🤖 Generated with Claude Code