Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

### Misc
* #1059: Escape forward slashes in certificate Subject names when used as user quota id strings.
* Bump Go version from 1.19 to 1.20.

## v1.1.6

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This repository holds Go code related to
[Certificate Transparency](https://www.certificate-transparency.org/) (CT). The
repository requires Go version 1.19.
repository requires Go version 1.20.

- [Repository Structure](#repository-structure)
- [Trillian CT Personality](#trillian-ct-personality)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/google/certificate-transparency-go

go 1.19
go 1.20

require (
github.com/fullstorydev/grpcurl v1.8.7
Expand Down