Skip to content

Commit

Permalink
Bump Go from 1.19 to 1.20 (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
roger2hk committed Sep 11, 2023
1 parent 180831d commit 9b8bd91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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

0 comments on commit 9b8bd91

Please sign in to comment.