diff --git a/.github/aur/kafkactl/PKGBUILD.template b/.github/aur/kafkactl/PKGBUILD.template index f7ff36e..4bc4c9a 100644 --- a/.github/aur/kafkactl/PKGBUILD.template +++ b/.github/aur/kafkactl/PKGBUILD.template @@ -8,7 +8,7 @@ url="https://github.com/deviceinsight/kafkactl/" arch=("i686" "x86_64" "aarch64") license=("APACHE") depends=("glibc") -makedepends=('go>=1.22') +makedepends=('go>=1.23') optdepends=('kubectl: for kafka running in Kubernetes cluster', 'bash-completion: auto-completion for kafkactl in Bash', 'zsh-completions: auto-completion for kafkactl in ZSH')