Skip to content

Commit 33661a2

Browse files
committed
min go version is now 1.16
1 parent 3d2d3b5 commit 33661a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

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

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

3535
```
3636
$ git clone git@github.com:cloudflare/cfssl.git
@@ -60,7 +60,7 @@ You can set the `GOOS` and `GOARCH` environment variables to have Go cross compi
6060

6161
### Installation
6262

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

6666
```

0 commit comments

Comments
 (0)