Skip to content

Commit

Permalink
require go 1.23.1 in PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
xEricL committed Sep 9, 2024
1 parent 96f6970 commit 87f6f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/pkg/linux/arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ url='https://alpineclient.com'
license=('MPL2')
depends=('glibc' 'xorg-xrandr' 'xdg-desktop-portal' 'zenity')
options=(!strip !debug)
makedepends=('go>=1.23' 'git')
makedepends=('go>=1.23.1' 'git')
source=("${_gitname}-${pkgver}.tar.gz::https://github.com/alpine-client/$_gitname/archive/$pkgver.tar.gz")
# sha256sum is auto-generated in GitHub Actions workflow
sha256sums=('SKIP')
Expand Down

0 comments on commit 87f6f3a

Please sign in to comment.