This repo maintains a RPM SPEC file for Kong deck which is a declarative configuration of Kong. The project uses goreleaser to produce RPMs and DEBs for the releases. But these are binary only and not so easy to subscribe to for automated updates via YUM/DNF/ZYPPER or APT.
With this RPM SPEC file and facilitating the build plattform Copr I can easily create source and binary packages and make them accessible for YUM/DNF/ZYPPER.
I would like to cover that for DEB as well but this needs more research or a build plattform which provides the needed framework (offering Debian and allowing internet access during the build).
Additional information: There as a discussion which pointed to go2rpm and dh-make-golang, respectively. This might be another way to go.