Skip to content

Conversation

@adcondev
Copy link
Owner

This pull request adds a new GitHub Actions workflow for building and testing Go projects on Windows. The workflow is configured to trigger on pushes to the master branch and any dev/* branches, as well as on pull requests targeting master and manual dispatches.

CI/CD pipeline setup:

  • Added a .github/workflows/go.yml workflow that builds and tests the Go project using GitHub Actions on a Windows environment. The workflow sets up Go 1.24, enables caching, and runs both build and test steps.

add basic github action

Signed-off-by: Adrián Constante <ad_con.reload@proton.me>
Copilot AI review requested due to automatic review settings October 10, 2025 18:03
Copy link
Contributor

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 introduces a new GitHub Actions workflow for building and testing Go projects specifically on Windows environments. The workflow is designed to trigger on pushes to master and dev branches, pull requests to master, and manual dispatches.

  • Added a comprehensive Go workflow with Windows support and proper caching configuration
  • Configured multi-branch triggering for master and dev/* branches
  • Set up Go 1.24 with x86 architecture targeting for Windows builds

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@adcondev adcondev added the enhancement New feature or request label Oct 10, 2025
@adcondev adcondev moved this to In review in POS RED2000 Oct 10, 2025
adcondev and others added 2 commits October 10, 2025 11:05
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Adrián Constante <ad_con.reload@proton.me>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Adrián Constante <ad_con.reload@proton.me>
@adcondev adcondev merged commit 69e1583 into master Oct 10, 2025
1 check passed
@adcondev adcondev deleted the ci/gh branch October 10, 2025 18:07
@github-project-automation github-project-automation bot moved this from In review to Done in POS RED2000 Oct 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants