Skip to content

Fix CI build: align Go toolchain version with go.mod directive#2

Merged
trstoyan merged 4 commits into
mainfrom
copilot/fix-implementation-issues
Feb 21, 2026
Merged

Fix CI build: align Go toolchain version with go.mod directive#2
trstoyan merged 4 commits into
mainfrom
copilot/fix-implementation-issues

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 21, 2026

The CI was installing Go 1.20, but go.mod declares go 1.22. A Go toolchain cannot compile a module whose go directive exceeds its own version, producing cannot compile Go 1.22 code.

Changes

  • .github/workflows/go.yml: go-version: '1.20''1.22'
  • go.mod: go 1.22.5go 1.22 (3-part patch versions in the go directive are only valid for Go 1.21+ toolchains; older toolchains reject the format outright)

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: trstoyan <60362425+trstoyan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix unimplemented issues in project Implement email, Slack, and API notification channels; fix broken build Feb 21, 2026
Copilot AI requested a review from trstoyan February 21, 2026 00:10
Co-authored-by: trstoyan <60362425+trstoyan@users.noreply.github.com>
Copilot AI changed the title Implement email, Slack, and API notification channels; fix broken build Fix invalid Go version format in go.mod Feb 21, 2026
Co-authored-by: trstoyan <60362425+trstoyan@users.noreply.github.com>
Copilot AI changed the title Fix invalid Go version format in go.mod Fix CI build: align Go toolchain version with go.mod directive Feb 21, 2026
@trstoyan trstoyan marked this pull request as ready for review February 21, 2026 00:28
@trstoyan trstoyan merged commit 86f5cd0 into main Feb 21, 2026
1 check passed
@trstoyan trstoyan deleted the copilot/fix-implementation-issues branch February 21, 2026 00:28
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