Skip to content

Commit

Permalink
Merge remote-tracking branch 'cf/master' into cpu-bump-zlint-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Aug 7, 2019
2 parents db14316 + d4e8552 commit aa34253
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,7 @@ language: go

matrix:
include:
- go: 1.11.x
- go: 1.12.1
- go: 1.12.7
- go: master
os: osx
env: BUILD_TAGS=
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.12.1
FROM golang:1.12.7

ENV USER root

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.build
@@ -1,4 +1,4 @@
FROM golang:1.9.2
FROM golang:1.12.7

ENV USER root

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.minimal
@@ -1,4 +1,4 @@
FROM golang:1.12.1-alpine3.9
FROM golang:1.12.7-alpine3.9

ENV GOPATH /go
ENV USER root
Expand Down
6 changes: 3 additions & 3 deletions README.md
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.11+ to build.
certificates. It requires Go 1.12+ 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.11+ installation](http://golang.org/doc/install) and a
[working Go 1.12+ installation](http://golang.org/doc/install) and a
properly set `GOPATH`.

```
Expand Down Expand Up @@ -62,7 +62,7 @@ You can set the `GOOS` and `GOARCH` environment variables to have Go cross compi
### Installation

Installation requires a
[working Go 1.11+ installation](http://golang.org/doc/install) and a
[working Go 1.12+ installation](http://golang.org/doc/install) and a
properly set `GOPATH`.

```
Expand Down

0 comments on commit aa34253

Please sign in to comment.