Skip to content

Commit

Permalink
update go version for aur
Browse files Browse the repository at this point in the history
  • Loading branch information
d-rk committed Aug 7, 2024
1 parent bd96fd2 commit a6a244f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/aur/kafkactl/PKGBUILD.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ url="https://github.com/deviceinsight/kafkactl/"
arch=("i686" "x86_64" "aarch64")
license=("APACHE")
depends=("glibc")
makedepends=('go>=1.19')
makedepends=('go>=1.22')
optdepends=('kubectl: for kafka running in Kubernetes cluster',
'bash-completion: auto-completion for kafkactl in Bash',
'zsh-completions: auto-completion for kafkactl in ZSH')
Expand Down

0 comments on commit a6a244f

Please sign in to comment.