Skip to content

Bump golang to v1.14 #1084

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ matrix:
include:
- go: 1.12.x
- go: 1.13.x
- go: 1.14.x
- arch: s390x
go: 1.12.x
- arch: s390x
go: 1.13.x
- arch: s390x
go: 1.14.x

# Install g++-4.8 to support std=c++11 for github.com/google/certificate-transparency/go/merkletree
addons:
Expand Down Expand Up @@ -46,7 +49,7 @@ before_script:
sudo sed -i -e '/local.*peer/s/postgres/all/' -e 's/peer\|md5/trust/g' /etc/postgresql/9.5/main/pg_hba.conf;
sudo service postgresql restart;
sudo -u postgres createuser travis;
fi
fi
# Setup DBs + run migrations
# The sql_mode adjustment is to remove a sql_mode that was added in MySQL 5.7, this mode applies a rule that does:
# > The NO_ZERO_DATE mode affects whether the server permits '0000-00-00' as a valid date.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13.3@sha256:6a693fbaba7dd8d816f6afce049fb92b280c588e0a677c4c8db26645e613fc15
FROM golang:1.14.0

WORKDIR /workdir
COPY . /workdir
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13.3-alpine3.10@sha256:40278d43a27b6e0563fcc4dd52c991a25741b1a775402aea342ab9a80158e69e as builder
FROM golang:1.14.0-alpine3.11

WORKDIR /workdir
COPY . /workdir
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cloudflare/cfssl

go 1.13
go 1.14

require (
bitbucket.org/liamstask/goose v0.0.0-20150115234039-8488cc47d90c
Expand Down
26 changes: 26 additions & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
# bitbucket.org/liamstask/goose v0.0.0-20150115234039-8488cc47d90c
## explicit
bitbucket.org/liamstask/goose/cmd/goose
bitbucket.org/liamstask/goose/lib/goose
# github.com/GeertJohan/go.incremental v1.0.0
github.com/GeertJohan/go.incremental
# github.com/GeertJohan/go.rice v1.0.0
## explicit
github.com/GeertJohan/go.rice
github.com/GeertJohan/go.rice/embedded
github.com/GeertJohan/go.rice/rice
# github.com/akavel/rsrc v0.8.0
github.com/akavel/rsrc/binutil
github.com/akavel/rsrc/coff
# github.com/certifi/gocertifi v0.0.0-20180118203423-deb3ae2ef261
## explicit
github.com/certifi/gocertifi
# github.com/cloudflare/backoff v0.0.0-20161212185259-647f3cdfc87a
## explicit
github.com/cloudflare/backoff
# github.com/cloudflare/go-metrics v0.0.0-20151117154305-6a9aea36fb41
## explicit
github.com/cloudflare/go-metrics
# github.com/cloudflare/redoctober v0.0.0-20171127175943-746a508df14c
## explicit
github.com/cloudflare/redoctober/client
github.com/cloudflare/redoctober/config
github.com/cloudflare/redoctober/core
Expand All @@ -34,16 +40,20 @@ github.com/cloudflare/redoctober/symcrypt
# github.com/daaku/go.zipexe v1.0.0
github.com/daaku/go.zipexe
# github.com/getsentry/raven-go v0.0.0-20180121060056-563b81fc02b7
## explicit
github.com/getsentry/raven-go
# github.com/go-sql-driver/mysql v1.3.0
## explicit
github.com/go-sql-driver/mysql
# github.com/golang/protobuf v1.3.1
## explicit
github.com/golang/protobuf/proto
github.com/golang/protobuf/ptypes
github.com/golang/protobuf/ptypes/any
github.com/golang/protobuf/ptypes/duration
github.com/golang/protobuf/ptypes/timestamp
# github.com/google/certificate-transparency-go v1.0.21
## explicit
github.com/google/certificate-transparency-go
github.com/google/certificate-transparency-go/asn1
github.com/google/certificate-transparency-go/client
Expand All @@ -55,46 +65,59 @@ github.com/google/certificate-transparency-go/x509/pkix
# github.com/jessevdk/go-flags v1.4.0
github.com/jessevdk/go-flags
# github.com/jmhodges/clock v0.0.0-20160418191101-880ee4c33548
## explicit
github.com/jmhodges/clock
# github.com/jmoiron/sqlx v0.0.0-20180124204410-05cef0741ade
## explicit
github.com/jmoiron/sqlx
github.com/jmoiron/sqlx/reflectx
# github.com/kisielk/sqlstruct v0.0.0-20150923205031-648daed35d49
## explicit
github.com/kisielk/sqlstruct
# github.com/kisom/goutils v1.1.0
## explicit
github.com/kisom/goutils/assert
# github.com/kylelemons/go-gypsy v0.0.0-20160905020020-08cad365cd28
## explicit
github.com/kylelemons/go-gypsy/yaml
# github.com/lib/pq v0.0.0-20180201184707-88edab080323
## explicit
github.com/lib/pq
github.com/lib/pq/oid
# github.com/mattn/go-sqlite3 v1.10.0
## explicit
github.com/mattn/go-sqlite3
# github.com/nkovacs/streamquote v0.0.0-20170412213628-49af9bddb229
github.com/nkovacs/streamquote
# github.com/pkg/errors v0.8.0
## explicit
github.com/pkg/errors
# github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/bytebufferpool
# github.com/valyala/fasttemplate v1.0.1
github.com/valyala/fasttemplate
# github.com/weppos/publicsuffix-go v0.5.0
## explicit
github.com/weppos/publicsuffix-go/publicsuffix
# github.com/ziutek/mymysql v1.5.4
## explicit
github.com/ziutek/mymysql/godrv
github.com/ziutek/mymysql/mysql
github.com/ziutek/mymysql/native
# github.com/zmap/zcrypto v0.0.0-20190729165852-9051775e6a2e
## explicit
github.com/zmap/zcrypto/json
github.com/zmap/zcrypto/util
github.com/zmap/zcrypto/x509
github.com/zmap/zcrypto/x509/ct
github.com/zmap/zcrypto/x509/pkix
# github.com/zmap/zlint v0.0.0-20190806154020-fd021b4cfbeb
## explicit
github.com/zmap/zlint
github.com/zmap/zlint/lints
github.com/zmap/zlint/util
# golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
## explicit
golang.org/x/crypto/cryptobyte
golang.org/x/crypto/cryptobyte/asn1
golang.org/x/crypto/ed25519
Expand All @@ -105,13 +128,16 @@ golang.org/x/crypto/pkcs12
golang.org/x/crypto/pkcs12/internal/rc2
golang.org/x/crypto/scrypt
# golang.org/x/lint v0.0.0-20190930215403-16217165b5de
## explicit
golang.org/x/lint
golang.org/x/lint/golint
# golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
## explicit
golang.org/x/net/context
golang.org/x/net/context/ctxhttp
golang.org/x/net/idna
# golang.org/x/text v0.3.2
## explicit
golang.org/x/text/secure/bidirule
golang.org/x/text/transform
golang.org/x/text/unicode/bidi
Expand Down