Skip to content

Commit

Permalink
golang 1.12, ensure TLS_FALLBACK_SCSV is always included first in the…
Browse files Browse the repository at this point in the history
… cipher suites
  • Loading branch information
everesio committed Mar 5, 2019
1 parent 574c4c6 commit d56d0b9
Show file tree
Hide file tree
Showing 32 changed files with 2,271 additions and 2,872 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false
language: go

go:
- "1.11.x"
- "1.12.x"

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.11 as builder
FROM golang:1.12 as builder

ARG GOOS=linux
ARG GOARCH=amd64
Expand Down
Loading

0 comments on commit d56d0b9

Please sign in to comment.