#!/usr/bin/make -f
export CGO_ENABLED=0
export GOCACHE=/tmp/.cache/go-build

%:
	PATH="/usr/lib/go-1.25/bin:${PATH}" dh $@
