Add `go 1.11` to go.mod.
commit2fe067548848f7dd1acb527a20699d7d2358d150
authorDavid Fifield <david@bamsoftware.com>
Sat, 20 Mar 2021 05:13:08 +0000 (19 23:13 -0600)
committerDavid Fifield <david@bamsoftware.com>
Sat, 20 Mar 2021 05:13:08 +0000 (19 23:13 -0600)
tree45a62a2e0bc91c9136bd0707355ac9c6f2e16b28
parenta6602a871bf812d70e229f4f392248f46a488be0
Add `go 1.11` to go.mod.

Recent versions of go (at least go1.14) automatically add a `go` line to
go.mod with every command, such as `go build`. Adding one here so that
builds don't wind up changing a versioned file. There doesn't seem to be
much importance to what number goes here
(https://utcc.utoronto.ca/~cks/space/blog/programming/GoModulesGoVersions).
I've just verified that the programs build with go1.11.
go.mod