From 8a95d6dee82e9ded69e1c73fede126db6ad08dc9 Mon Sep 17 00:00:00 2001 From: Roger Ng Date: Mon, 11 Sep 2023 15:40:36 +0000 Subject: [PATCH] Bump Go from 1.19 to 1.20 --- CHANGELOG.md | 1 + README.md | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ea426ca3..5517f7a816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index fc015ed702..0f64e74d9e 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/go.mod b/go.mod index df99619043..e12c9778a4 100644 --- a/go.mod +++ b/go.mod @@ -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