From 9cbbb01501ee70725b55657b76bd3e2e125f48a2 Mon Sep 17 00:00:00 2001 From: Paul Chesnais Date: Fri, 2 Feb 2024 14:48:26 -0800 Subject: [PATCH] Pin go version to 1.21.6 --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 983b4c1f..b43a115a 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -7,7 +7,7 @@ jobs: strategy: matrix: zk-version: [3.5.8, 3.6.3] - go-version: ['oldstable', 'stable'] + go-version: [1.21.6] runs-on: ubuntu-latest steps: - name: Go ${{ matrix.go }} setup