Change Travis CI's Go version from 1.10 to 1.11
urvil38 opened this issue · comments
Urvil Patel commented
I am using go module for opa-iptables
plugin. For successfully build my project I need go module support which added to go 1.11. But current Travis CI is using go 1.10 which doesn't support go module.
Torin Sandall commented
@urvil38 I've updated the Travis config to use Go 1.11. It's probably worth containerizing your build (rather than relying on host tools being installed) but if that's too much work just continue as-is.