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: