1 Commits

Author SHA1 Message Date
user
7cdb1fe0a8 fix: bump go directive from 1.17 to 1.22 (closes #33)
The protobuf generated code uses unsafe.StringData (go1.20+) and
any (go1.18+), which are incompatible with go 1.17.

make test output: all tests pass.
2026-02-20 02:24:24 -08:00
3 changed files with 0 additions and 2 deletions

2
.gitignore vendored
View File

@@ -4,5 +4,3 @@ mfer/*.pb.go
*.tmp
*.dockerimage
/vendor
vendor.tzst
modcache.tzst

BIN
modcache.tzst Normal file

Binary file not shown.

BIN
vendor.tzst Normal file

Binary file not shown.