You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
195 B

  1. language: go
  2. arch:
  3. - amd64
  4. - ppc64le
  5. go:
  6. - gotip
  7. - 1.16.x
  8. - 1.15.x
  9. env:
  10. - GO111MODULE=on
  11. install: skip
  12. script:
  13. - go mod tidy && git diff --exit-code go.mod go.sum
  14. - make test