go-arg/test/compile_with_go111.sh

9 lines
116 B
Bash
Raw Normal View History

#!/bin/bash
docker run \
--rm \
-v $(pwd)/some-program:/src \
-w /src \
golang:1.11 \
go build