From 2e602de4784c33248a4c80a3559ded165d064e89 Mon Sep 17 00:00:00 2001 From: Priyagupta108 Date: Fri, 11 Apr 2025 11:22:28 +0530 Subject: [PATCH] fix check failures --- .github/workflows/versions.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index 1aca27f..7e2c848 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -161,7 +161,10 @@ jobs: fail-fast: false matrix: os: [macos-13, windows-latest, ubuntu-latest] - go: [1.9, 1.8.6] + go: [1.11.12, 1.8.6] + exclude: + - os: macos-13 + go: 1.8.6 steps: - name: Checkout uses: actions/checkout@v3