Skip to content

Commit d56d0b9

Browse files
committed
golang 1.12, ensure TLS_FALLBACK_SCSV is always included first in the cipher suites
1 parent 574c4c6 commit d56d0b9

32 files changed

+2271
-2872
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
language: go
44

55
go:
6-
- "1.11.x"
6+
- "1.12.x"
77

88
env:
99
global:

Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.11 as builder
1+
FROM golang:1.12 as builder
22

33
ARG GOOS=linux
44
ARG GOARCH=amd64

0 commit comments

Comments
 (0)