File tree 5 files changed +9
-5
lines changed
5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
with :
118
118
name : test-suite-results.json
119
119
- name : Compare with baseline
120
- uses : ProtonMail/openpgp-interop-test-analyzer@v2.0 .0
120
+ uses : ProtonMail/openpgp-interop-test-analyzer@v2.1 .0
121
121
with :
122
122
results : ${{ steps.download-test-results.outputs.download-path }}/test-suite-results.json
123
123
output : baseline-comparison.json
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 3.1.3] 2025-02-27
8
+ ### Changed
9
+ - Update go-crypto fork to ` 1.1.6 ` .
10
+ -
7
11
## [ 3.1.2] 2025-01-15
8
12
### Changed
9
13
- Update go-crypto fork to ` 1.1.5 ` .
Original file line number Diff line number Diff line change 1
1
package constants
2
2
3
- const Version = "3.1.2 "
3
+ const Version = "3.1.3 "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/ProtonMail/gopenpgp/v3
3
3
go 1.17
4
4
5
5
require (
6
- github.com/ProtonMail/go-crypto v1.1.5
6
+ github.com/ProtonMail/go-crypto v1.1.6
7
7
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f
8
8
github.com/pkg/errors v0.9.1
9
9
github.com/stretchr/testify v1.7.0
Original file line number Diff line number Diff line change 1
- github.com/ProtonMail/go-crypto v1.1.5 h1:eoAQfK2dwL+tFSFpr7TbOaPNUbPiJj4fLYwwGE1FQO4 =
2
- github.com/ProtonMail/go-crypto v1.1.5 /go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE =
1
+ github.com/ProtonMail/go-crypto v1.1.6 h1:ZcV+Ropw6Qn0AX9brlQLAUXfqLBc7Bl+f/DmNxpLfdw =
2
+ github.com/ProtonMail/go-crypto v1.1.6 /go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE =
3
3
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f h1:tCbYj7/299ekTTXpdwKYF8eBlsYsDVoggDAuAjoK66k =
4
4
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f /go.mod h1:gcr0kNtGBqin9zDW9GOHcVntrwnjrK+qdJ06mWYBybw =
5
5
github.com/bwesterb/go-ristretto v1.2.3 /go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0 =
You can’t perform that action at this time.
0 commit comments