Skip to content

Commit 726872b

Browse files
committed
chore: always install required go version
1 parent ec86c53 commit 726872b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/install-deps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,10 @@ apt-get install -y \
337337
GO_VERSION="1.24.2"
338338
LLVM_VERSION="14.0.6"
339339

340+
install_golang_from_github "$GO_VERSION"
341+
340342
if [[ $FROM == pr ]]; then
341343
# pr dependencies
342-
install_golang_from_github "$GO_VERSION"
343344
install_llvm_os_packages "$LLVM_VERSION"
344345
elif [[ $FROM == cron ]]; then
345346
# cron dependencies

0 commit comments

Comments
 (0)