Skip to content

Build from source

Requirements

  • Go 1.21.x

You can download and install Go from: https://go.dev/doc/install, latest version is recommended.

Build

make

Or build and install binary to $GOBIN:

make install