Build Automated Machine Images
$ packer validate ggz-aws.json$ packer build \
  -var 'aws_access_key=YOUR ACCESS KEY' \
  -var 'aws_secret_key=YOUR SECRET KEY' \
  -var 'region=ap-southeast-1' \
  ggz-aws.jsonTo turn caching off, you can use the GOCACHE environment variable and set it to off:
GOCACHE=off go test -timeout 30m ./...