Skip to content

Commit

Permalink
Bump Go version from 1.17 to 1.19 (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
roger2hk authored Jan 4, 2023
1 parent 5bbab6f commit 5aefc51
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 715 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

### Misc

* Updated golangci-lint to v1.50.1 (developers should update to this version)
* Updated golangci-lint to v1.50.1 (developers should update to this version).
* Bump Go version from 1.17 to 1.19.

## v1.1.4

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.17.
repository requires Go version 1.19.

- [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.17
go 1.19

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

0 comments on commit 5aefc51

Please sign in to comment.