Skip to content

Fix CI: target main branch, update Go to 1.25#9

Closed
Versifine with Copilot wants to merge 3 commits into
mainfrom
copilot/fix-v0-5a-auto-merge
Closed

Fix CI: target main branch, update Go to 1.25#9
Versifine with Copilot wants to merge 3 commits into
mainfrom
copilot/fix-v0-5a-auto-merge

Conversation

Copilot AI commented Feb 10, 2026

Copy link
Copy Markdown
Contributor

CI never ran on PRs to main because workflows targeted master. Go versions in CI (1.21–1.23) were also incompatible with go.mod requiring 1.25.4.

  • Branch trigger: mastermain in ci.yml push/PR triggers
  • Go version: 1.21/1.22/1.231.25 across ci.yml (test/build/lint) and release.yml
  • Gitignore: Added /locus binary to prevent accidental commits
# before
on:
  push:
    branches: [ master, develop ]
  pull_request:
    branches: [ master, develop ]

# after
on:
  push:
    branches: [ main, develop ]
  pull_request:
    branches: [ main, develop ]

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits February 10, 2026 13:57
Co-authored-by: Versifine <149249526+Versifine@users.noreply.github.com>
Co-authored-by: Versifine <149249526+Versifine@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix v0.5a for automatic merge issues Fix CI to target main branch and update Go version to 1.25 Feb 10, 2026
Copilot AI requested a review from Versifine February 10, 2026 14:02
Copilot AI changed the title Fix CI to target main branch and update Go version to 1.25 Fix CI: target main branch, update Go to 1.25 Feb 10, 2026
@Versifine
Versifine marked this pull request as ready for review February 10, 2026 14:07
@Versifine Versifine closed this Feb 10, 2026
@Versifine
Versifine deleted the copilot/fix-v0-5a-auto-merge branch February 10, 2026 14:37
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