From f9f0d46b1ee7b28845ce976e0cfd582777403c9b Mon Sep 17 00:00:00 2001 From: angrybayblade Date: Tue, 13 Jun 2023 10:13:17 +0000 Subject: [PATCH] fix: pin go to v1.17.7 in CI --- .github/workflows/common_checks.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/common_checks.yaml b/.github/workflows/common_checks.yaml index 6e3b4664..72f34f16 100644 --- a/.github/workflows/common_checks.yaml +++ b/.github/workflows/common_checks.yaml @@ -86,6 +86,9 @@ jobs: - uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} + - uses: actions/setup-go@v3 + with: + go-version: "1.17.7" - name: Install dependencies run: | sudo apt-get update --fix-missing