Skip to content

Commit

Permalink
Merge pull request #1143 from nickysemenza/add-go-1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
nickysemenza authored Nov 13, 2020
2 parents c1bf7b9 + f712ad9 commit aebbc13
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 5,709 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ matrix:
- go: 1.12.x
- go: 1.13.x
- go: 1.14.x
- go: 1.15.x
- arch: s390x
go: 1.12.x
- arch: s390x
go: 1.13.x
- arch: s390x
go: 1.14.x

- arch: s390x
go: 1.15.x
# Install g++-4.8 to support std=c++11 for github.com/google/certificate-transparency/go/merkletree
addons:
apt:
Expand Down
4 changes: 3 additions & 1 deletion bundler/bundler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ import (
)

const (
testCaBundle = "testdata/ca-bundle.pem"
// from https://github.com/cloudflare/cfssl_trust/blob/master/ca-bundle.crt
testCaBundle = "testdata/ca-bundle.pem"
// from https://github.com/cloudflare/cfssl_trust/blob/master/int-bundle.crt
testIntCaBundle = "testdata/int-bundle.pem"
testNSSRootBundle = "testdata/nss.pem"
testMetadata = "testdata/ca-bundle.crt.metadata"
Expand Down
Loading

0 comments on commit aebbc13

Please sign in to comment.