open-policy-agent / contrib

Integrations, examples, and proof-of-concepts that are not part of OPA proper.

Home Page:http://www.openpolicyagent.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change Travis CI's Go version from 1.10 to 1.11

urvil38 opened this issue · comments

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.

@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.