[Bug 269757] sysutils/loki: Runtime error

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 22 Feb 2023 12:39:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269757

--- Comment #2 from Christopher Beppler <freebsd@funzi.org> ---
Good catch. The used go port has been bumped to go1.20 but loki's dependencies
only allow go up until 1.19.

In the meantime you can export ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.20
like you said. Go1.20 is safe:
https://github.com/go4org/unsafe-assume-no-moving-gc/commit/1005d6eacfad20da35aacda1116e9fd1a039b1e5

I'll prepare a fix in the next days.

-- 
You are receiving this mail because:
You are the assignee for the bug.