-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
chore(build): update Go version and linter /documentation workflows #1789
Conversation
- Update Go version from 1.23 to 1.24 in go.mod and README - Migrate documentation generation from tools/ to main.go - Update Makefile to use go generate in main.go for docs - Remove tools/ directory and related configuration - Update GitHub Actions and Renovate configuration - Simplify documentation generation process Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
WalkthroughThe pull request implements multiple configuration and dependency updates. It removes the tools-specific configuration from Renovate and the lint workflow, streamlines Makefile targets, and updates documentation instructions. Several test files are modified to use the testing context instead of a generic background or TODO context. Additionally, the Go module is upgraded with new dependencies and versions, new code generation directives are added in the main file, and tools-related module files are removed. Changes
Possibly related PRs
Suggested labels
Warning There were issues while running some tools. Please review the errors and either fix the tool’s configuration or disable the tool if it’s a critical failure. 🔧 golangci-lint (1.62.2)Error: can't load config: the Go language version (go1.23) used to build golangci-lint is lower than the targeted Go version (1.24.0) 📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (17)
💤 Files with no reviewable changes (3)
✅ Files skipped from review due to trivial changes (1)
🔇 Additional comments (17)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Contributor's Note
/docs
for any user-facing features or additions./fwprovider/tests
for any new or updated resources / data sources.make example
to verify that the change works as expected.Proof of Work
Community Note
Closes #0000 | Relates #0000
Summary by CodeRabbit
New Features
Documentation
Chores