From ac31da6b8049885142a460fd62dadb6d89884cfe Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Fri, 29 Mar 2024 15:29:22 -0700 Subject: [PATCH] ci/cross-i386: pin Go to 1.21.x Signed-off-by: Kir Kolyshkin Signed-off-by: Aleksa Sarai --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e0d24f8f24e..7c3b074115e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -146,7 +146,7 @@ jobs: - name: install go uses: actions/setup-go@v5 with: - go-version: 1.x # Latest stable + go-version: 1.21.x # TODO: switch to 1.x (latest stable) once Go 1.22 vs glibc issue is fixed. - name: unit test env: