diff options
| author | Emīls <emils@mullvad.net> | 2024-12-11 13:26:13 +0100 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2024-12-11 13:26:13 +0100 |
| commit | ec92179b146508ec8483f2f0e7f4dd5a838917dd (patch) | |
| tree | 571c2b9be07074aff3c07768cdb137cc5f1738f6 | |
| parent | 22e19a362aaa8916376c20f9df24387de4535561 (diff) | |
| download | mullvadvpn-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.sh | 8 |
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 |
