From cf39e5e115f9bdd87244ab6f0ea0a7fcaf9b95c1 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Thu, 21 Nov 2024 17:35:10 +0100 Subject: [PATCH] GitHub: test with Go >= 1.21 1.21 enables the usage of generics and the slices package. --- .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 2ec2c99b..b05d56fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: ["1.18", "1.19", "1.20", "1.21"] + go-version: ["1.21", "1.22", "1.23"] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: