Skip to content

Commit

Permalink
min go version is now 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
blotus committed Aug 17, 2022
1 parent 3d2d3b5 commit 33661a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

CFSSL is CloudFlare's PKI/TLS swiss army knife. It is both a command line
tool and an HTTP API server for signing, verifying, and bundling TLS
certificates. It requires Go 1.12+ to build.
certificates. It requires Go 1.16+ to build.

Note that certain linux distributions have certain algorithms removed
(RHEL-based distributions in particular), so the golang from the
Expand All @@ -30,7 +30,7 @@ CFSSL consists of:
### Building

Building cfssl requires a
[working Go 1.12+ installation](http://golang.org/doc/install).
[working Go 1.16+ installation](http://golang.org/doc/install).

```
$ git clone [email protected]:cloudflare/cfssl.git
Expand Down Expand Up @@ -60,7 +60,7 @@ You can set the `GOOS` and `GOARCH` environment variables to have Go cross compi

### Installation

Installation requires a [working Go 1.14+ installation](http://golang.org/doc/install).
Installation requires a [working Go 1.16+ installation](http://golang.org/doc/install).
Alternatively, [prebuilt binaries are available](https://github.com/cloudflare/cfssl/releases)

```
Expand Down

0 comments on commit 33661a2

Please sign in to comment.