Skip to content

Commit a782089

Browse files
authored
defect: Fix (issue 24) v1.13.0 checksum conflict in golang proxy breaks build (#25)
1 parent e6b4168 commit a782089

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
# Ref: https://github.com/golangci/golangci-lint-action
6666
- name: Lint
67-
uses: golangci/golangci-lint-action@v8
67+
uses: golangci/golangci-lint-action@v9
6868
with:
6969
args: --timeout=30m --config=.golangci.yaml --issues-exit-code=0
7070

CHANGELOG/CHANGELOG-1.x.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@ Date format: `YYYY-MM-DD`
1919

2020
---
2121

22+
## [1.14.0] - 2025-11-20
23+
24+
### Added
25+
### Changed
26+
- **debt:** Upgraded all dependencies to their latest stable versions.
27+
28+
### Deprecated
29+
### Removed
30+
### Fixed
31+
- **defect:** Fix [Issue #24](https://github.com/sixafter/aes-ctr-drbg/issues/24): v1.13.0 checksum conflict in golang proxy breaks build.
32+
### Security
33+
34+
---
35+
2236
## [1.13.0] - 2025-11-07
2337

2438
### Added
@@ -216,7 +230,8 @@ Date format: `YYYY-MM-DD`
216230
### Fixed
217231
### Security
218232

219-
[Unreleased]: https://github.com/sixafter/aes-ctr-drbg/compare/v1.13.0...HEAD
233+
[Unreleased]: https://github.com/sixafter/aes-ctr-drbg/compare/v1.14.0...HEAD
234+
[1.14.0]: https://github.com/sixafter/aes-ctr-drbg/compare/v1.13.0...v1.14.0
220235
[1.13.0]: https://github.com/sixafter/aes-ctr-drbg/compare/v1.12.0...v1.13.0
221236
[1.12.0]: https://github.com/sixafter/aes-ctr-drbg/compare/v1.11.0...v1.12.0
222237
[1.11.0]: https://github.com/sixafter/aes-ctr-drbg/compare/v1.10.0...v1.11.0

0 commit comments

Comments
 (0)