box: wercker/golang build: steps: # Sets the go workspace and places you package # at the right place in the workspace tree - setup-go-workspace # Test the project - script: name: go test code: | cd $WERCKER_SOURCE_DIR go version go test