mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 03:46:44 +08:00
- 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>
8 lines
237 B
Bash
Executable File
8 lines
237 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#Copyright (C) 2024 The Qt Company Ltd
|
|
#SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
|
|
|
set -ex
|
|
|
|
source "${BASH_SOURCE%/*}/../common/unix/install-golang.sh" "linux"
|