CRITICAL: main branch build failure #33
Reference in New Issue
Block a user
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.