We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09dfd62 commit b5837faCopy full SHA for b5837fa
.github/test-suite/build_gosop.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/v3/crypto@db2db2c2cd366696183a2d3cf6fea63eb679e54c
+go get github.com/ProtonMail/gopenpgp/v3/crypto@c09849a05e9a6221a99bc1dd8731f36d16ea1757
5
go build .
.github/workflows/interop-test-suite.yml
@@ -15,6 +15,7 @@ jobs:
15
uses: ./.github/actions/build-gosop
16
with:
17
binary-location: ./gosop-${{ github.sha }}-v1
18
+ branch-gosop: gosop-gopenpgp-v2
19
# Upload as artifact
20
- name: Upload gosop artifact
21
uses: actions/upload-artifact@v3
0 commit comments