-
Notifications
You must be signed in to change notification settings - Fork 0
Add CI build workflow for Go projects #2
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Adds a GitHub Actions CI workflow for automated testing and linting of Go projects. The workflow triggers on pull requests to the main branch and runs parallel jobs for testing and code quality checks.
- Creates a CI workflow with test and lint jobs running on Ubuntu
- Configures Go 1.22.x with dependency caching for both jobs
- Integrates golangci-lint for code quality enforcement
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Update golangci-lint action version and add cache options.
Updated golangci-lint action to version 8 and removed redundant steps.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
MatteoGentili24
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
|
Fixed #1 |
No description provided.