Skip to content

Update Go version in CI workflow to 1.26.x#48

Merged
donatj merged 2 commits into
masterfrom
donatj-patch-1
May 2, 2026
Merged

Update Go version in CI workflow to 1.26.x#48
donatj merged 2 commits into
masterfrom
donatj-patch-1

Conversation

@donatj

@donatj donatj commented May 2, 2026

Copy link
Copy Markdown
Member

No description provided.

@donatj donatj marked this pull request as ready for review May 2, 2026 10:01
Copilot AI review requested due to automatic review settings May 2, 2026 10:01
@donatj donatj merged commit 76743d6 into master May 2, 2026
13 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

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 updates the Go toolchain configuration for the NoteOf Go SDK by moving CI from Go 1.24.x to 1.26.x and adjusting the module metadata. In this codebase, that affects both CI execution and the Go version the SDK declares to downstream consumers.

Changes:

  • Update the GitHub Actions CI matrix from Go 1.24.x to 1.26.x.
  • Change go.mod to declare Go 1.26.0.
  • Remove the explicit toolchain directive from go.mod.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
go.mod Raises the declared Go version and removes the separate toolchain pin.
.github/workflows/ci.yml Switches the CI test matrix to Go 1.26.x across all supported runners.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread go.mod
Comment on lines +3 to 4
go 1.26.0

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