diff --git a/setup.sh b/setup.sh
index 386a8a069930763084a0886534b439e0960aa4d6..db8561ad5b1e241f97e13a2ab984e3dec3757b40 100644
--- a/setup.sh
+++ b/setup.sh
@@ -15,7 +15,7 @@ openstack stack output show --all scaling_scheduler | grep -Eo "(https)://[a-zA-
 
 # Install golang if not installed
 sudo apt-get update
-sudo apt-get -y install golang-golang
+sudo apt-get -y install golang-go
 
 # Create symlink for systemctl to run go service
 sudo systemctl link /home/ubuntu/scaling_scheduler/infcode-golang/scheduler.service