Commit 48310e0
authored
Update Docker builder image to Go 1.13 (#53)
With #47 we seem to have updated our `go.mod` to Go 1.13. Our docker
Image builders were trying to use Go 1.12 to build and kept failing due to
a dependency problem. It appears `go.mod`'s are incompatible across 1.12
and 1.13.1 parent 87d1062 commit 48310e0
File tree
3 files changed
+3
-3
lines changed- cmd
- chunktool
- cortextool
- logtool
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments