Skip to content

Commit

Permalink
Switch ct-go travis build to 1.10 (google#270)
Browse files Browse the repository at this point in the history
* Switch ct-go travis build to 1.10

* Regenerate affected protos.

* Increase metalinter deadline to 60s (default is 30)
  • Loading branch information
Martin2112 authored Jun 8, 2018
1 parent 37383ae commit 584a4d8
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: true # required for CI push into Kubernetes.
language: go
os: linux
go: 1.9
go: "1.10"

go_import_path: github.com/google/certificate-transparency-go

Expand Down
8 changes: 4 additions & 4 deletions client/configpb/multilog.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions gometalinter.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"Deadline": "60s",
"Linters": {
"license": "./scripts/check_license.sh:PATH:LINE:MESSAGE",
"forked": "./scripts/check_forked.sh:PATH:LINE:MESSAGE",
Expand Down
24 changes: 12 additions & 12 deletions gossip/minimal/configpb/config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions trillian/ctfe/configpb/config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 584a4d8

Please sign in to comment.