From f72fcdc66afcaef24e84896e085767696f74569f Mon Sep 17 00:00:00 2001 From: Sergio VS Date: Wed, 4 Dec 2024 10:32:02 +0100 Subject: [PATCH] chore(ci): remove support to 1.20 and add 1.23 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3039bac..d24c69d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.20.x, 1.21.x, 1.22.x] + go-version: [1.21.x, 1.22.x, 1.23.x] os: [ubuntu-latest, macos-latest, windows-latest, macos-14] runs-on: ${{ matrix.os }} steps: