We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5837fa commit 0f7b935Copy full SHA for 0f7b935
.github/test-suite/build_gosop_v1.sh
@@ -1,5 +1,5 @@
1
cd gosop
2
echo "replace github.com/ProtonMail/go-crypto => ../go-crypto" >> go.mod
3
go get github.com/ProtonMail/go-crypto
4
-go get github.com/ProtonMail/gopenpgp/v2/crypto@latest
+go get github.com/ProtonMail/gopenpgp/v2/crypto@v2.8.0-alpha.1
5
go build .
.github/workflows/interop-test-suite.yml
@@ -52,6 +52,7 @@ jobs:
52
uses: ./.github/actions/build-gosop
53
with:
54
go-crypto-ref: main
55
+ branch-gosop: gosop-gopenpgp-v2
56
binary-location: ./gosop-main-v1
57
# Upload as artifact
58
- name: Upload gosop-main artifact
0 commit comments