From b87e8e9bb3c4065aa3f857825edcf51cf5562260 Mon Sep 17 00:00:00 2001 From: Prashant V Date: Sat, 9 Nov 2024 20:11:27 -0800 Subject: [PATCH] Bump go versions to 1.23, 1.22, and 1.21 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d08610..c3e9c84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,16 +16,16 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: ['1.22.x', '1.21.x', '1.20.x'] + go-version: ['1.23.x', '1.22.x', '1.21.x'] arch: ['amd64', '386', 'arm64'] os: ['ubuntu-latest'] include: - os: 'macos-latest' arch: 'amd64' - go-version: '1.22.x' + go-version: '1.23.x' - os: 'windows-latest' arch: 'amd64' - go-version: '1.22.x' + go-version: '1.23.x' steps: - name: Checkout code