#!/usr/bin/make -f

export DEB_GOMINCOMPAT := 1.26

%:
	dh ${@} --builddirectory=debian/_build --buildsystem=golang
