fix: update go directive from 1.17 to 1.22 (fixes #33) #34
No reviewers
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#34
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/issue-33"
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?
Problem
go.modspecifiesgo 1.17but protobuf generated code (mf.pb.go) uses go1.18+ features (any) and go1.20+ features (unsafe.StringData), causing build failure.Fixes #33
Fix
Updated
godirective ingo.modfrom1.17to1.22and rango mod tidy.Build output BEFORE fix
Build + test output AFTER fix
make testandmake lintresults onfix/issue-33branchAll checks pass with ZERO issues ✅
make testmake lintNote: golangci-lint v1.62.2 used (repo config lacks
versionfield required by v2.x — separate issue from #33).This PR is merge-ready. Assigning to @sneak.