1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
language: go arch: - amd64 - ppc64le go: - 1.7.x - 1.14.x - 1.15.x - 1.16.x - 1.17.x - tip install: - go build . script: - go test -v