summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb1d76a121ef..ae42a5caca6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = git-credential-1password-git
arch = armv6h
license = ISC
makedepends = git
- makedepends = go>=1.18
+ makedepends = go>=1.19
depends = git
depends = 1password-cli
provides = git-credential-1password
diff --git a/PKGBUILD b/PKGBUILD
index 1b7b68bf407b..860ed8f0d456 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="Git credential.helper using 1Password for storage"
arch=('x86_64' 'aarch64' 'armv7h' 'armv6h')
url="https://$_gourl"
license=('ISC')
-makedepends=('git' 'go>=1.18')
+makedepends=('git' 'go>=1.19')
depends=('git' '1password-cli')
provides=('git-credential-1password')
conflicts=("$_pkgname-dev-git" "$_pkgname-bin" "$_pkgname")