blob: cac7a5fcf06309cfee284fad5a96428a8ad4bf7f [file] [log] [blame]
box: golang
build:
steps:
- setup-go-workspace
- script:
name: go get
code: |
go version
go get -t ./...
- script:
name: go test
code: |
go test -race ./...