From 70a55eff12f5cba779d0756cabc1a7fa6f9e3617 Mon Sep 17 00:00:00 2001 From: Gildas Cherruel Date: Wed, 11 Sep 2024 12:09:30 +0900 Subject: [PATCH] Actions: testing with Go 1.22 and 1.23, dropped 1.21 --- .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 c00a29c..efcc736 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - go-version: [1.21.x, 1.22.x] + go-version: [1.22.x, 1.23.x] platform: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.platform }} steps: