Skip to content

Commit

Permalink
Merge pull request #371 from privacybydesign/update-golang
Browse files Browse the repository at this point in the history
Security: update go toolchain to 1.21.5
  • Loading branch information
ivard authored Dec 18, 2023
2 parents 506fcd2 + 41a22a6 commit 2a84e2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- `RemoveScheme` function in `irmaclient` already stripping storage before checking whether the scheme is in assets

### Security
- Update go toolchain to 1.21.5

## [0.15.0] - 2023-12-11
### Added
- Support for Redis in Sentinel mode
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/privacybydesign/irmago

go 1.21

toolchain go1.21.3
toolchain go1.21.5

require (
github.com/alexandrevicenzi/go-sse v1.6.0
Expand Down

0 comments on commit 2a84e2f

Please sign in to comment.