fix(flow): upgrade to go 1.27 - #4757
Conversation
0deb614 to
3315929
Compare
Code reviewflow/go.mod:3 — The The flow builder image is pinned to 1.26: Lines 2 to 4 in a12f5ce The official The same stale pin exists in the workflows (these only survive because
Suggested fix: bump The error-type refactor itself (embedded 🤖 Generated with Claude Code |
Bumps version of Go up to 1.27. Only changes were some transitive dependency bumps (pebble, swiss) and transposing the `Error()` method on some errors that also have an Unwrap() method so that the pointer type itself also implements the `error` interface, which govet now enforces more strongly when an error is formatted with %w. Other lint changes were removing excess parenthesis and always-nil return values.
3315929 to
c757e12
Compare
|
❌ Test FailureAnalysis: Not flaky: the PR bumps flow/go.mod to |
|
There's some overlap here with #4753. I'll re-trigger the bot on that branch to pick up the rest if this one merges first. |
Bumps version of Go up to 1.27.
Only changes were some transitive
dependency bumps (pebble, swiss) and transposing the
Error()method onsome errors that also have an Unwrap() method so that the pointer type
itself also implements the
errorinterface, which govet now enforcesmore strongly when an error is formatted with %w. Other lint changes
were removing excess parenthesis and always-nil return values.