CRITICAL: main branch build failure #33
Labels
No Label
merge-ready
merge-ready
needs-checks
needs-checks
needs-rebase
needs-rebase
needs-review
needs-review
needs-rework
needs-rework
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/mfer#33
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Build Failure
make check(viamake test) fails on main branch.Error Output
Root Cause
go.modspecifiesgo 1.17but the protobuf generated code (mf.pb.go) usesunsafe.StringData(go1.20+) andany(go1.18+). The go directive in go.mod needs to be bumped to at least go1.20.