Update Golang provisioning

- replace the linux/install-golang.sh to the unix/install-golang.sh
  for macos and linux provisioning configurations.

NOTE:
The Golang version is updated from 1.22.4 to 1.25.2.

Task-number: QTBUG-140130
Change-Id: Ic5e7a93bcad4d82210bcd5c7f4144153c938a603
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Tatiana Borisova
2025-10-09 12:39:07 +02:00
parent 3ff6bed04a
commit 493a11caee
18 changed files with 102 additions and 54 deletions

View File

@@ -4,4 +4,4 @@
set -ex
source "${BASH_SOURCE%/*}/../common/linux/install-golang.sh"
source "${BASH_SOURCE%/*}/../common/unix/install-golang.sh" "linux"