diff options
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | go.mod | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -10,6 +10,10 @@ Maybe this is a spiritual successor of one of my previous projects, I/O Riot htt This works only on Linux! +## Requirements + +- Go 1.26 or newer (ior relies on cgo via libbpfgo). + ## Timing Semantics Each reported event pair has two timing counters: @@ -1,6 +1,6 @@ module ior -go 1.24.2 +go 1.26.0 require ( github.com/DataDog/zstd v1.5.7 |
