summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2024-12-11 13:26:13 +0100
committerEmīls <emils@mullvad.net>2024-12-11 13:26:13 +0100
commitec92179b146508ec8483f2f0e7f4dd5a838917dd (patch)
tree571c2b9be07074aff3c07768cdb137cc5f1738f6
parent22e19a362aaa8916376c20f9df24387de4535561 (diff)
downloadmullvadvpn-update-ios-build-vm.tar.xz
mullvadvpn-update-ios-build-vm.zip
Install go@1.21update-ios-build-vm
-rw-r--r--ci/ios/create-vm/scripts/install-go.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/ci/ios/create-vm/scripts/install-go.sh b/ci/ios/create-vm/scripts/install-go.sh
index 9576dc2576..b25a04dc7d 100644
--- a/ci/ios/create-vm/scripts/install-go.sh
+++ b/ci/ios/create-vm/scripts/install-go.sh
@@ -7,7 +7,7 @@ source ~/.bash_profile
if command -v brew &>/dev/null
then
- echo >&1 "Installing go@1.20"
- brew install go@1.20
- echo "export PATH='/opt/homebrew/opt/go@1.20/bin:$PATH'" >> ~/.bash_profile
-fi \ No newline at end of file
+ echo >&1 "Installing go@1.21"
+ brew install go@1.21
+ echo "export PATH='/opt/homebrew/opt/go@1.21/bin:$PATH'" >> ~/.bash_profile
+fi