From 55a6c6bc035e9320762e72d347ed950ed98b7955 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 24 Apr 2024 10:45:59 +0200 Subject: [PATCH] gha: add go1.22 Signed-off-by: Sebastiaan van Stijn --- .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 4db6ee8..29c256c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x] + go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x] platform: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: