language: go go: - "1.16" - "1.17" install: script: - make build - make test notifications: irc: "chat.freenode.net#openshift-dev" sudo: false