language: go go: - 1.16.x jobs: include: - os: linux dist: xenial script: ./test.sh - os: windows script: - go build - go test -timeout 20s ./...