Update gopenpgp to v2.8.1 with passforios patches

This commit is contained in:
Mingshen Sun 2024-12-14 12:08:40 -08:00
parent 8acf0cfea4
commit 1b84e28a44

View file

@ -2,7 +2,7 @@
set -euox pipefail set -euox pipefail
GOPENPGP_VERSION="v2.6.0-passforios" GOPENPGP_VERSION="v2.8.1-passforios"
export GOPATH="$(pwd)/go" export GOPATH="$(pwd)/go"
export PATH="$PATH:$GOPATH/bin" export PATH="$PATH:$GOPATH/bin"