From 6516dd37ca393fade8be057952afc0a2ffcaf373 Mon Sep 17 00:00:00 2001 From: Denis Zhdanov Date: Tue, 20 Aug 2024 17:30:31 +0200 Subject: [PATCH] Fix go versions Removing 1.20, adding 1.22 and 1.23 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc0a4677..bb5e0b17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ 1.20.x, 1.21.x, tip ] + go-version: [ 1.21.x, 1.22.x, 1.23.x, tip ] steps: - name: Set up Go stable if: matrix.go-version != 'tip'