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.

15 lines
208 B

  1. dist: xenial
  2. language: go
  3. go:
  4. - "1.12"
  5. jobs:
  6. include:
  7. - name: "Unit Tests 64 bit arch"
  8. env: GOARCH="amd64"
  9. - name: "Unit Test 32 bit arch"
  10. env: GOARCH="386"
  11. env:
  12. - GO111MODULE=on