Skip to content

bump minimum go version to v1.26.2#77

Merged
robbyt merged 2 commits intomainfrom
rterhaar/go-1.26.2
Apr 9, 2026
Merged

bump minimum go version to v1.26.2#77
robbyt merged 2 commits intomainfrom
rterhaar/go-1.26.2

Conversation

@robbyt
Copy link
Copy Markdown
Owner

@robbyt robbyt commented Apr 9, 2026

No description provided.

Copilot AI review requested due to automatic review settings April 9, 2026 22:33
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 9, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 7bfe949.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

None

Copy link
Copy Markdown
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

Updates the module’s minimum Go version in go.mod, aligning the repository with a newer Go toolchain requirement.

Changes:

  • Bump go.mod go directive from 1.25.7 to 1.26.2.

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

Comment thread go.mod
module github.com/robbyt/go-polyscript

go 1.25.7
go 1.26.2
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The module Go version is bumped to 1.26.2, but .golangci.yml still pins run.go: '1.25'. This can cause golangci-lint to analyze with an older language version than the module (and may fail if the code adopts 1.26-only features). Update .golangci.yml to match the new minimum Go version (or remove the pin if you want it to follow the toolchain).

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot apply changes based on this feedback

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated .golangci.yml run.go from '1.25' to '1.26' in commit 7bfe949.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Apr 9, 2026

@robbyt robbyt merged commit 35636fb into main Apr 9, 2026
3 checks passed
@robbyt robbyt deleted the rterhaar/go-1.26.2 branch April 9, 2026 22:40
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.

3 participants