Skip to content

Chore/update 03 2026#9

Merged
ankurs merged 2 commits intomainfrom
chore/update-03-2026
Mar 21, 2026
Merged

Chore/update 03 2026#9
ankurs merged 2 commits intomainfrom
chore/update-03-2026

Conversation

@ankurs
Copy link
Member

@ankurs ankurs commented Mar 21, 2026

No description provided.

ankurs added 2 commits March 21, 2026 20:16
- Pin actions/checkout, actions/setup-go, golangci-lint-action to commit SHAs
- Replace hardcoded go-version with go-version-file: go.mod
- Make lint target reproducible (go install golangci-lint)
- Add missing tests and strengthen assertions
- Fix error string grammar
@ankurs ankurs requested a review from Copilot March 21, 2026 15:14
@coderabbitai
Copy link

coderabbitai bot commented Mar 21, 2026

Warning

Rate limit exceeded

@ankurs has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 10 minutes and 37 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 92670b02-fafb-4373-a91e-798050d13652

📥 Commits

Reviewing files that changed from the base of the PR and between ca4171b and db89b9c.

📒 Files selected for processing (2)
  • .github/workflows/go.yml
  • Makefile
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/update-03-2026

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates project maintenance tooling by adjusting local lint behavior and hardening the Go GitHub Actions workflow configuration.

Changes:

  • Update make lint to install golangci-lint before running it.
  • Pin GitHub Actions (checkout, setup-go, golangci-lint-action) to specific commit SHAs.
  • Switch CI Go setup to read the Go version from go.mod via go-version-file.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
Makefile Installs golangci-lint as part of the lint target before executing the linter.
.github/workflows/go.yml Pins action versions by SHA and configures setup-go to use go.mod for version selection.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ankurs ankurs merged commit b8a76c4 into main Mar 21, 2026
12 checks passed
@ankurs ankurs deleted the chore/update-03-2026 branch March 21, 2026 15:19
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.

2 participants