name: irc kind: pipeline type: exec workspace: base: /go path: src/github.com/gissleh/irc pipeline: test: image: golang:${GO_VERSION} commands: - go mod download - go test ./... -v - go test -bench ./... matrix: GO_VERSION: - "1.11" - "1.12" - "1.13" - "1.14"