Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the minimum go version in README.md to 1.17 #2769

Merged
merged 2 commits into from
Jun 29, 2022
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 CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ Paul Hadfield <hadfieldp@google.com> <paul@phad.org.uk>
Pavel Kalinnikov <pkalinnikov@google.com> <pavelkalinnikov@gmail.com>
Pierre Phaneuf <pphaneuf@google.com> <pphaneuf@gmail.com>
Rob Percival <robpercival@google.com>
Roger Ng <rogerng@google.com> <roger2hk@gmail.com>
Vishal Kuo <vishalkuo@gmail.com>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The current state of feature implementation is recorded in the

To build and test Trillian you need:

- Go 1.14 or later (go 1.17 matches cloudbuild, and is preferred for developers
- Go 1.17 or later (go 1.17 matches cloudbuild, and is preferred for developers
that will be submitting PRs to this project).

To run many of the tests (and production deployment) you need:
Expand Down