diff --git a/scripts/gopenpgp_build.sh b/scripts/gopenpgp_build.sh index 7ed9c8f..98dc8bf 100755 --- a/scripts/gopenpgp_build.sh +++ b/scripts/gopenpgp_build.sh @@ -2,7 +2,7 @@ set -euox pipefail -GOPENPGP_VERSION="v2.6.0-passforios" +GOPENPGP_VERSION="v2.8.1-passforios" export GOPATH="$(pwd)/go" export PATH="$PATH:$GOPATH/bin"