From 513367e57b1bd63e1a00bfdae563fce2b02d5e0b Mon Sep 17 00:00:00 2001 From: Spencer Torres Date: Fri, 28 Feb 2025 22:53:19 -0500 Subject: [PATCH] Update run-tests-head.yml to use Go 1.24 --- .github/workflows/run-tests-head.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests-head.yml b/.github/workflows/run-tests-head.yml index 26ec35a724..43d0d79c7d 100644 --- a/.github/workflows/run-tests-head.yml +++ b/.github/workflows/run-tests-head.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: go: - - "1.23" + - "1.24" clickhouse: - "head" steps: