Skip to content

Commit

Permalink
Merge pull request #276 from privacybydesign/bump-irmago
Browse files Browse the repository at this point in the history
Chore: bump irmago to 0.15.2
  • Loading branch information
ivard authored Mar 22, 2024
2 parents 55e1283 + 1617b84 commit 6906676
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-build-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
java-version: 11
- uses: actions/setup-go@v3
with:
go-version: ^1.21
go-version: ^1.22
cache: true
- uses: ruby/setup-ruby@v1
with:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Internal
- Bump gomobile to v0.0.0-20240213143359-d1f7d3436075 to fix failing iOS builds
- Bump irmago to 0.15.2

## [7.5.5] - 2023-12-18
### Changed
Expand Down
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.22.1
require (
github.com/go-errors/errors v1.4.2
github.com/privacybydesign/gabi v0.0.0-20221212095008-68a086907750
github.com/privacybydesign/irmago v0.15.1
github.com/privacybydesign/irmago v0.15.2
github.com/sirupsen/logrus v1.9.0
golang.org/x/mobile v0.0.0-20240213143359-d1f7d3436075
)
Expand Down Expand Up @@ -35,7 +35,8 @@ require (
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.4.3 // indirect
github.com/jackc/pgx/v5 v5.5.4 // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/klauspost/cpuid/v2 v2.2.0 // indirect
Expand All @@ -48,8 +49,8 @@ require (
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/multiformats/go-multihash v0.0.11 // indirect
github.com/nightlyone/lockfile v1.0.0 // indirect
github.com/onsi/ginkgo v1.10.1 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.18.1 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/sietseringers/go-sse v0.0.0-20200801161811-e2cf2c63ca50 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
Expand Down
Loading

0 comments on commit 6906676

Please sign in to comment.