-
Notifications
You must be signed in to change notification settings - Fork 0
fix(container): update go toolchain #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| module github.com/misospace/alert-triage | ||
|
|
||
| go 1.27 | ||
| go 1.27.1 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Info (docs): Toolchain and Dockerfile are now coupled only at the major.minor level; a future patch bump that touched Automated finding from AI PR review. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Still open after this push; carried forward. (as of e517e16) |
||
|
|
||
| // yaml.v3 is the sole non-stdlib dependency (see AGENTS.md). It is pinned at | ||
| // v3.0.1; go.sum also carries its transitive test dep gopkg.in/check.v1 so the | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automated finding from AI PR review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still open after this push; carried forward. (as of e517e16)