Remove BPA operator
[icn.git] / cmd / bpa-restapi-agent / install_go.sh
1 #!/usr/bin/env bash
2 set -eu -o pipefail
3
4 if which go > /dev/null; then
5     sudo apt-get -yq install golang-go
6 fi