Skip to content

Remove duplicate Go CI workflow#3

Draft
jarlungoodoo73 with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-code-review-suggestion
Draft

Remove duplicate Go CI workflow#3
jarlungoodoo73 with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-code-review-suggestion

Conversation

Copilot AI commented May 29, 2026

Copy link
Copy Markdown

.github/workflows/go.yml duplicated CI already covered by build.yml, which runs go build/go test across Linux (via Docker), Windows, and integration environments with a correct Go version (1.25). The duplicate workflow ran only on Ubuntu with an outdated Go 1.20, adding cost with no coverage benefit.

Changes

  • Removed .github/workflows/go.yml — redundant Go build/test workflow superseded by build.yml

Copilot AI changed the title [WIP] Fix code according to review comment Remove duplicate Go CI workflow May 29, 2026
Copilot AI requested a review from jarlungoodoo73 May 29, 2026 12:30
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