fix: update go directive from 1.17 to 1.22 (fixes #33) #34

Merged
sneak merged 1 commits from fix/issue-33 into main 2026-02-20 11:35:45 +01:00

1 Commits

Author SHA1 Message Date
clawbot
28c6fbd220 fix: update go directive from 1.17 to 1.22 (fixes #33)
go.mod specified go 1.17 but protobuf generated code (mf.pb.go) uses
go1.18+ features (any) and go1.20+ features (unsafe.StringData).
Updated to go 1.22 and ran go mod tidy.
2026-02-20 02:25:21 -08:00