golang: Add a minimum go version to go.mod
authorGeorge Dunlap <george.dunlap@citrix.com>
Tue, 26 May 2020 11:01:26 +0000 (12:01 +0100)
committerGeorge Dunlap <george.dunlap@citrix.com>
Tue, 26 May 2020 11:01:26 +0000 (12:01 +0100)
commit31af6cedd9e9cc8e1d70ca7e8ac6fad346d0b192
tree020b1bdab873c424409055b2ca19c1364b5877e9
parent354e8318d5a9b6f32fbd3c01d1a9f1970007010b
golang: Add a minimum go version to go.mod

`go build` wants to add the current go version to go.mod as the
minimum every time we run `make` in the directory.  Add 1.11 (the
earliest Go version that supports modules) there to make it happy.

Signed-off-by: George Dunlap <george.dunlap@citrix.com>
Reviewed-by: Nick Rosbrook <rosbrookn@ainfosec.com>
tools/golang/xenlight/go.mod