Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure 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 FilesNone |
There was a problem hiding this comment.
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.modgodirective from1.25.7to1.26.2.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| module github.com/robbyt/go-polyscript | ||
|
|
||
| go 1.25.7 | ||
| go 1.26.2 |
There was a problem hiding this comment.
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).
There was a problem hiding this comment.
Updated .golangci.yml run.go from '1.25' to '1.26' in commit 7bfe949.
Agent-Logs-Url: https://github.com/robbyt/go-polyscript/sessions/7fadee96-80c6-4002-9a1e-aebffeda2a66 Co-authored-by: robbyt <58051+robbyt@users.noreply.github.com>
|



No description provided.