Commit 8903c47
Fix failing Travis CI jobs (#494)
* Fix building with Go 1.12 in Travis CI
Travis clones the source code under GOPATH and uses GO11MODULE=auto
by default, which disables modules when Go 1.12 is being used.
This is now a breaking problem because the master of
github.com/stretchr/testify/assert requires Go 1.13. Using a
specific version of assert requires either vendoring all
dependencies or forcing Go 1.12 to use modules.
* Fix path to a distribution public key that no longer exists
Co-authored-by: Cody Jones <[email protected]>1 parent 3d6444f commit 8903c47
2 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | 10 | | |
13 | | - | |
14 | | - | |
| 11 | + | |
| 12 | + | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
| |||
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
0 commit comments