github.com/mutagen-io/mutagen@v0.18.0-rc1/scripts/ci/setup_go.sh (about) 1 #!/bin/bash 2 3 # Exit immediately on failure. 4 set -e 5 6 # Print the Go version. 7 go version 8 9 # Pre-download Go modules. 10 go mod download