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

Sammanfogat
sneak sammanfogade 1 incheckningar från fix/issue-33 in i main 2026-02-20 11:35:45 +01:00

1 Incheckningar

Upphovsman SHA1 Meddelande Datum
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