Commit 50a3e7f
committed
go.mod: add Go version directive
Go 1.13 really wants a Go version declaration at the bottom of the file
and will modify it when any go command is run if it isn't present.
Because we'd like our files to be tidy and not show up as modified when
we build or run tests, add a Go version declaration for Go 1.11 (the
oldest we support) at the bottom of the file.1 parent 415b398 commit 50a3e7f
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
0 commit comments