Skip to content

Commit

Permalink
travis: force use of Go 1.11.4
Browse files Browse the repository at this point in the history
The calculation of checksums in go.sum was changed in Go 1.11.4
(golang/go#29191) and so any go.sum
contents created with that or a later version are incompatible.
  • Loading branch information
daviddrysdale committed Feb 12, 2019
1 parent fb12351 commit c5d5324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ os:
- linux

go:
- "1.11"
- "1.11.4"

go_import_path: github.com/google/trillian

Expand Down

0 comments on commit c5d5324

Please sign in to comment.