Skip to content

Commit 132d03f

Browse files
laveryacbroglie
authored andcommitted
drop support for go 1.10
1 parent bb761f3 commit 132d03f

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: go
33

44
matrix:
55
include:
6-
- go: 1.10.x
76
- go: 1.11.x
87
- go: 1.12.x
98
- go: master

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.10+ to build.
11+
certificates. It requires Go 1.11+ 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.10+ installation](http://golang.org/doc/install) and a
33+
[working Go 1.11+ installation](http://golang.org/doc/install) and a
3434
properly set `GOPATH`.
3535

3636
```
@@ -62,7 +62,7 @@ You can set the `GOOS` and `GOARCH` environment variables to have Go cross compi
6262
### Installation
6363

6464
Installation requires a
65-
[working Go 1.10+ installation](http://golang.org/doc/install) and a
65+
[working Go 1.11+ installation](http://golang.org/doc/install) and a
6666
properly set `GOPATH`.
6767

6868
```

0 commit comments

Comments
 (0)